Class: Google::Cloud::Container::V1::LegacyAbac
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::LegacyAbac
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for the legacy Attribute Based Access Control authorization mode.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the ABAC authorizer is enabled for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
1016 1017 1018 1019 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1016 class LegacyAbac include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |