Class: Google::Apis::GkehubV2::RbacRoleBindingActuationState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v2/classes.rb,
lib/google/apis/gkehub_v2/representations.rb,
lib/google/apis/gkehub_v2/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RbacRoleBindingActuationState

Returns a new instance of RbacRoleBindingActuationState.



3188
3189
3190
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3188

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rbacrolebinding_statesHash<String,Google::Apis::GkehubV2::RbacRoleBindingActuationRbacRoleBindingState>

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 . Corresponds to the JSON property rbacrolebindingStates



3186
3187
3188
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3186

def rbacrolebinding_states
  @rbacrolebinding_states
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3193
3194
3195
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3193

def update!(**args)
  @rbacrolebinding_states = args[:rbacrolebinding_states] if args.key?(:rbacrolebinding_states)
end