public sealed class AuthenticatorGroupsConfig : IMessage<AuthenticatorGroupsConfig>, IEquatable<AuthenticatorGroupsConfig>, IDeepCloneable<AuthenticatorGroupsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class AuthenticatorGroupsConfig.
Configuration for returning group information from authenticators.
Implements
IMessage<AuthenticatorGroupsConfig>, IEquatable<AuthenticatorGroupsConfig>, IDeepCloneable<AuthenticatorGroupsConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AuthenticatorGroupsConfig()
public AuthenticatorGroupsConfig()AuthenticatorGroupsConfig(AuthenticatorGroupsConfig)
public AuthenticatorGroupsConfig(AuthenticatorGroupsConfig other)| Parameter | |
|---|---|
| Name | Description | 
| other | AuthenticatorGroupsConfig | 
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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| String | |