GetKubernetesPermissionPermission

data class GetKubernetesPermissionPermission(val isOwner: Boolean, val isRamRole: Boolean, val resourceId: String, val resourceType: String, val roleName: String, val roleType: String)

Constructors

Link copied to clipboard
constructor(isOwner: Boolean, isRamRole: Boolean, resourceId: String, resourceType: String, roleName: String, roleType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the permissions are granted to the cluster owner. Valid values false, true.

Link copied to clipboard

Indicates whether the permissions are granted to the RAM role. Valid values false, true.

Link copied to clipboard

The permission settings to manage ACK clusters.

Link copied to clipboard

The authorization type. Valid values cluster, namespace and console.

Link copied to clipboard

The name of the predefined role. If a custom role is assigned, the value is the name of the assigined custom role.

Link copied to clipboard

The predefined role. Valid values admin,ops,dev,restricted and custom.