GetRbacrolebindingResult

data class GetRbacrolebindingResult(val createTime: String, val deleteTime: String, val group: String, val name: String, val role: RoleResponse, val state: RBACRoleBindingLifecycleStateResponse, val uid: String, val updateTime: String, val user: String)

Constructors

Link copied to clipboard
fun GetRbacrolebindingResult(createTime: String, deleteTime: String, group: String, name: String, role: RoleResponse, state: RBACRoleBindingLifecycleStateResponse, uid: String, updateTime: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the rbacrolebinding was created.

Link copied to clipboard

When the rbacrolebinding was deleted.

Link copied to clipboard

group is the group, as seen by the kubernetes cluster.

Link copied to clipboard

The resource name for the rbacrolebinding projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding} or projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}

Link copied to clipboard

Role to bind to the principal

Link copied to clipboard

State of the rbacrolebinding resource.

Link copied to clipboard
val uid: String

Google-generated UUID for this resource. This is unique across all rbacrolebinding resources. If a rbacrolebinding resource is deleted and another resource with the same name is created, it gets a different uid.

Link copied to clipboard

When the rbacrolebinding was last updated.

Link copied to clipboard

user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld"