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-03-21 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 return of group membership lookups during authentication, which is done through a security group of groups."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating functionality for message handling, comparison, deep cloning, and buffer management."],["Key properties of the `AuthenticatorGroupsConfig` class include `Enabled`, which determines whether the group lookup is active, and `SecurityGroup`, which specifies the relevant security group name when group lookup is enabled."],["The documentation lists numerous versions of the API, indicating a history of updates and improvements, and shows the inheritance, constructors, properties, and methods within this class."]]],[]]