Class: Google::Container::V1beta1::AuthenticatorGroupsConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

Configuration for returning group information from authenticators.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledtrue, false

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

Returns:

  • (true, false)

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



554
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 554

class AuthenticatorGroupsConfig; end

#security_groupString

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.



554
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 554

class AuthenticatorGroupsConfig; end