Class: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2alpha::RbacRoleBindingActuationState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v2alpha/classes.rb,
lib/google/apis/gkehub_v2alpha/representations.rb,
lib/google/apis/gkehub_v2alpha/representations.rb
Overview
RBAC RoleBinding Actuation: A membership-specific Feature state for the RBACRoleBindingActuation fleet feature.
Instance Attribute Summary collapse
-
#rbacrolebinding_states ⇒ Hash<String,Google::Apis::GkehubV2alpha::RbacRoleBindingActuationRbacRoleBindingState>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RbacRoleBindingActuationState
constructor
A new instance of RbacRoleBindingActuationState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RbacRoleBindingActuationState
Returns a new instance of RbacRoleBindingActuationState.
3158 3159 3160 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 3158 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rbacrolebinding_states ⇒ Hash<String,Google::Apis::GkehubV2alpha::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
3156 3157 3158 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 3156 def rbacrolebinding_states @rbacrolebinding_states end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3163 3164 3165 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 3163 def update!(**args) @rbacrolebinding_states = args[:rbacrolebinding_states] if args.key?(:rbacrolebinding_states) end |