GetKubernetesPermissionPlainArgs

data class GetKubernetesPermissionPlainArgs(val permissions: List<GetKubernetesPermissionPermission>? = null, val uid: String) : ConvertibleToJava<GetKubernetesPermissionPlainArgs>

A collection of arguments for invoking getKubernetesPermission.

Constructors

Functions

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

Properties

Link copied to clipboard

A list of user permission.

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.