Google Kubernetes Engine v1 API - Class AuthenticatorGroupsConfig (3.2.0)

public sealed class AuthenticatorGroupsConfig : IMessage<AuthenticatorGroupsConfig>, IEquatable<AuthenticatorGroupsConfig>, IDeepCloneable<AuthenticatorGroupsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class AuthenticatorGroupsConfig.

Configuration for returning group information from authenticators.

Inheritance

Object > AuthenticatorGroupsConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AuthenticatorGroupsConfig()

public AuthenticatorGroupsConfig()

AuthenticatorGroupsConfig(AuthenticatorGroupsConfig)

public AuthenticatorGroupsConfig(AuthenticatorGroupsConfig other)
Parameter
NameDescription
otherAuthenticatorGroupsConfig

Properties

Enabled

public bool Enabled { get; set; }

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

Property Value
TypeDescription
Boolean

SecurityGroup

public string SecurityGroup { get; set; }

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

Property Value
TypeDescription
String