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."],["Version 3.33.0 is the latest version available, with numerous earlier versions documented, including 3.15.0, the main page version."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AuthenticatorGroupsConfig` class has two properties, `Enabled` (a boolean to turn group membership lookups on or off) and `SecurityGroup` (a string for the security group name)."],["Two constructors are provided for `AuthenticatorGroupsConfig`: a parameterless constructor and one that takes another `AuthenticatorGroupsConfig` instance as a parameter."]]],[]]