Class: Google::Cloud::Container::V1::AuthenticatorGroupsConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Configuration for returning group information from authenticators.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Whether this cluster should return group membership lookups during authentication using a group of security groups.

Returns:

  • (::Boolean)

    Whether this cluster should return group membership lookups during authentication using a group of security groups.



751
752
753
754
# File 'proto_docs/google/container/v1/cluster_service.rb', line 751

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.

Returns:

  • (::String)

    The name of the security group-of-groups to be used. Only relevant if enabled = true.



751
752
753
754
# File 'proto_docs/google/container/v1/cluster_service.rb', line 751

class AuthenticatorGroupsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end