Class: Google::Apis::GkehubV2::RbacRoleBindingActuationState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2::RbacRoleBindingActuationState
- 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
-
#rbacrolebinding_states ⇒ Hash<String,Google::Apis::GkehubV2::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.
3186 3187 3188 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3186 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rbacrolebinding_states ⇒ Hash<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
3184 3185 3186 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3184 def rbacrolebinding_states @rbacrolebinding_states end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3191 3192 3193 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3191 def update!(**args) @rbacrolebinding_states = args[:rbacrolebinding_states] if args.key?(:rbacrolebinding_states) end |