public sealed class AuthenticatorGroupsConfig : IMessage<AuthenticatorGroupsConfig>, IEquatable<AuthenticatorGroupsConfig>, IDeepCloneable<AuthenticatorGroupsConfig>, IBufferMessage, IMessage
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."],[[["The latest version available for `AuthenticatorGroupsConfig` within the `Google.Cloud.Container.V1` namespace is 3.33.0, with a history of versions back to 2.3.0 available for reference."],["`AuthenticatorGroupsConfig` is a class that configures the retrieval of group information during authentication, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `Enabled`, a boolean indicating if group membership lookups are enabled, and `SecurityGroup`, a string specifying the security group-of-groups name when enabled."],["There are two constructors, one default and another allowing cloning from an existing `AuthenticatorGroupsConfig` instance."],["This class inherits properties from the base `Object` class including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]