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` is 3.33.0, as shown by the provided link."],["This page documents the `AuthenticatorGroupsConfig` class, which is part of the `Google.Cloud.Container.V1` namespace and found in the `Google.Cloud.Container.V1.dll` assembly."],["The `AuthenticatorGroupsConfig` class is used for configuring the retrieval of group information during authentication and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `Enabled`, which controls whether group membership lookups are returned, and `SecurityGroup`, specifying the group-of-groups name, relevant when enabled."],["There are multiple previous versions of this class available, ranging from 2.3.0 up to 3.32.0."]]],[]]