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."],[[["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)."]]],[]]