Class RBACRoleBindingActuationState
RBAC RoleBinding Actuation: A membership-specific Feature state for the RBACRoleBindingActuation fleet feature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class RBACRoleBindingActuationState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RbacrolebindingStates
Output only. The state of RBACRoleBindings using custom roles that exist on the cluster, keyed by RBACRoleBinding resource name with format: projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}.
Declaration
[JsonProperty("rbacrolebindingStates")]
public virtual IDictionary<string, RBACRoleBindingActuationRBACRoleBindingState> RbacrolebindingStates { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, RBACRoleBindingActuationRBACRoleBindingState> |