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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]