public sealed class AuthenticatorGroupsConfig : IMessage<AuthenticatorGroupsConfig>, IEquatable<AuthenticatorGroupsConfig>, IDeepCloneable<AuthenticatorGroupsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AuthenticatorGroupsConfig.
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 `AuthenticatorGroupsConfig` class in the Google Kubernetes Engine v1 API allows for configuring group information returned from authenticators."],["This class is available across multiple versions, ranging from 2.3.0 to the latest version 3.33.0, with the page displaying version 3.17.0 documentation."],["The `AuthenticatorGroupsConfig` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and one that accepts another `AuthenticatorGroupsConfig` object for initialization."],["The class includes properties `Enabled`, which controls group membership lookups, and `SecurityGroup`, which specifies the security group-of-groups to be used if enabled."]]],[]]