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 of `AuthenticatorGroupsConfig` is 3.33.0, with various prior versions available, starting from 2.3.0."],["`AuthenticatorGroupsConfig` is a class within the `Google.Cloud.Container.V1` namespace, providing configuration for returning group information from authenticators."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties to manage whether group membership lookups are enabled (`Enabled`) and to set the security group name (`SecurityGroup`)."],["The class has two constructors, one for default construction and another to create a new instance by cloning an existing `AuthenticatorGroupsConfig`."]]],[]]