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 page details the `AuthenticatorGroupsConfig` class within the `Google.Cloud.Container.V1` namespace, offering configuration for retrieving group information from authenticators."],["It provides a comprehensive list of version links ranging from 2.3.0 to 3.33.0, with 3.33.0 being the latest version available for this class."],["The `AuthenticatorGroupsConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all available through the Google Protobuf library."],["This class has two properties, `Enabled` of type boolean which decides if group membership lookups are enabled, and `SecurityGroup` of type string, for the security group name."],["The class has 2 constructors available, one default and one that accepts another `AuthenticatorGroupsConfig` object as a parameter."]]],[]]