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."],[[["This webpage provides documentation for the `AuthenticatorGroupsConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 up to the latest 3.33.0."],["The `AuthenticatorGroupsConfig` class is used to configure the retrieval of group membership information during authentication processes."],["Key properties of this class include `Enabled`, a boolean to determine whether the cluster should return group lookups, and `SecurityGroup`, which specifies the name of the security group to use if `Enabled` is set to true."],["The class implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing it to integrate with the broader .NET framework."],["The class can be instantiated through two constructors, one default and one that accepts another `AuthenticatorGroupsConfig` object as a parameter for cloning."]]],[]]