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 details the `AuthenticatorGroupsConfig` class within the `Google.Cloud.Container.V1` namespace, offering configuration for retrieving group information from authenticators."],["The latest version of the class available is 3.33.0, with a history of versions available ranging back to 2.3.0, all accessible via the provided links."],["The class `AuthenticatorGroupsConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AuthenticatorGroupsConfig` class has two constructors, a default one and another that accepts an `AuthenticatorGroupsConfig` object as a parameter."],["Key properties include `Enabled` (a boolean indicating if group lookups are enabled) and `SecurityGroup` (the name of the security group to use when enabled)."]]],[]]