Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::AuthenticatorGroupsConfig (v0.11.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::AuthenticatorGroupsConfig.

Configuration for returning group information from authenticators.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enabled

def enabled() -> ::Boolean
Returns
  • (::Boolean) — Whether this cluster should return group membership lookups during authentication using a group of security groups.

#enabled=

def enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

#security_group

def security_group() -> ::String
Returns
  • (::String) — The name of the security group-of-groups to be used. Only relevant if enabled = true.

#security_group=

def security_group=(value) -> ::String
Parameter
  • value (::String) — 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.