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
1101 1102 1103 1104 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1101 class LegacyAbac include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |