Class: Google::Cloud::Container::V1beta1::AuthenticatorGroupsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AuthenticatorGroupsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration for returning group information from authenticators.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
-
#security_group ⇒ ::String
The name of the security group-of-groups to be used.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether this cluster should return group membership lookups during authentication using a group of security groups.
1173 1174 1175 1176 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1173 class AuthenticatorGroupsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_group ⇒ ::String
Returns The name of the security group-of-groups to be used. Only relevant if enabled = true.
1173 1174 1175 1176 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1173 class AuthenticatorGroupsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |