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."],[[["This webpage provides documentation for the `AuthenticatorGroupsConfig` class within the `Google.Cloud.Container.V1` namespace, detailing its usage in various .NET versions."],["The latest version documented is 3.33.0, with a comprehensive list of versions going back to 2.3.0 for `AuthenticatorGroupsConfig`, showing a history of its changes and availability across versions."],["`AuthenticatorGroupsConfig` is a class designed for managing group information from authenticators, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `AuthenticatorGroupsConfig()` and `AuthenticatorGroupsConfig(AuthenticatorGroupsConfig other)`, for creating instances and copying from other instances."],["The `AuthenticatorGroupsConfig` class includes properties such as `Enabled` (a boolean to determine if group membership lookups should be enabled) and `SecurityGroup` (a string for specifying the name of the security group-of-groups)."]]],[]]