Show / Hide Table of Contents

Class RBACRoleBindingActuationState

RBAC RoleBinding Actuation: A membership-specific Feature state for the RBACRoleBindingActuation fleet feature.

Inheritance
object
RBACRoleBindingActuationState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX