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."],[[["This page provides documentation for the `AuthenticatorGroupsConfig` class within the Google Kubernetes Engine v1 API, with the latest version being 3.33.0."],["`AuthenticatorGroupsConfig` is a class for configuring the return of group information from authenticators and is found in the `Google.Cloud.Container.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["It has two properties, `Enabled` (a boolean indicating whether group lookups should be returned) and `SecurityGroup` (the name of the security group for lookups, if enabled)."],["It provides the reference documentation for the class across numerous versions ranging from 2.3.0 to 3.33.0, allowing users to track it across the versions."]]],[]]