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 webpage provides documentation for `AuthenticatorGroupsConfig`, a class within the `Google.Cloud.Container.V1` namespace, covering multiple versions from 2.3.0 to the latest 3.33.0."],["`AuthenticatorGroupsConfig` is used for configuring group information retrieval from authenticators in a Google Cloud Container environment and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `AuthenticatorGroupsConfig` has two constructors: a default constructor and a copy constructor, which takes another `AuthenticatorGroupsConfig` object as a parameter."],["The `AuthenticatorGroupsConfig` class has two key properties: `Enabled`, a boolean indicating whether group membership lookups are enabled, and `SecurityGroup`, a string representing the name of the security group used when enabled."],["This documentation page includes a long history of previous versions which go as far back as 2.3.0, with each of them having a distinct page."]]],[]]