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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `AuthenticatorGroupsConfig` class is 3.33.0, which can be found in the `Google.Cloud.Container.V1` namespace and is part of the Google Kubernetes Engine v1 API."],["This class, `AuthenticatorGroupsConfig`, is used for configuring group information returned by authenticators and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AuthenticatorGroupsConfig` class offers two constructors, a default constructor and another one that accepts another `AuthenticatorGroupsConfig` instance as a parameter for copying its values."],["The `Enabled` property, of type `bool`, controls whether the cluster will perform group membership lookups during authentication, and there is a `SecurityGroup` property that denotes the name of the security group."],["There are many previous versions of the class, starting at version 2.3.0 and going up to the current latest version."]]],[]]