GetKubernetesPermissionPlainArgs

data class GetKubernetesPermissionPlainArgs(val uid: String) : ConvertibleToJava<GetKubernetesPermissionPlainArgs>

A collection of arguments for invoking getKubernetesPermission.

Constructors

Link copied to clipboard
constructor(uid: String)

Properties

Link copied to clipboard
val uid: String

The ID of the RAM user. If you want to query the permissions of a RAM role, specify the ID of the RAM role.

Functions

Link copied to clipboard
open override fun toJava(): GetKubernetesPermissionPlainArgs