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

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

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

#enabled=

defenabled=(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

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

#security_group=

defsecurity_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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.