Skip to main content

rbacrolebindings

Overview

Namerbacrolebindings
TypeResource
Idgoogle.gkehub.rbacrolebindings

Fields

NameDatatypeDescription
namestringThe resource name for the rbacrolebinding projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding} or projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}
createTimestringOutput only. When the rbacrolebinding was created.
deleteTimestringOutput only. When the rbacrolebinding was deleted.
groupstringgroup is the group, as seen by the kubernetes cluster.
labelsobjectOptional. Labels for this RBACRolebinding.
roleobjectRole is the type for Kubernetes roles
stateobjectRBACRoleBindingLifecycleState describes the state of a RbacRoleBinding resource.
uidstringOutput only. 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.
updateTimestringOutput only. When the rbacrolebinding was last updated.
userstringuser is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld"

Methods

NameAccessible byRequired ParamsDescription
projects_locations_scopes_rbacrolebindings_getSELECTlocationsId, projectsId, rbacrolebindingsId, scopesIdReturns the details of a Scope RBACRoleBinding.
projects_locations_scopes_rbacrolebindings_listSELECTlocationsId, projectsId, scopesIdLists all Scope RBACRoleBindings.
projects_locations_scopes_rbacrolebindings_createINSERTlocationsId, projectsId, scopesIdCreates a Scope RBACRoleBinding.
projects_locations_scopes_rbacrolebindings_deleteDELETElocationsId, projectsId, rbacrolebindingsId, scopesIdDeletes a Scope RBACRoleBinding.
_projects_locations_scopes_rbacrolebindings_listEXEClocationsId, projectsId, scopesIdLists all Scope RBACRoleBindings.
projects_locations_scopes_rbacrolebindings_patchEXEClocationsId, projectsId, rbacrolebindingsId, scopesIdUpdates a Scope RBACRoleBinding.