View Source GoogleApi.Container.V1.Model.AuthenticatorGroupsConfig (google_api_container v0.45.0)

Configuration for returning group information from authenticators.

Attributes

  • enabled (type: boolean(), default: nil) - Whether this cluster should return group membership lookups during authentication using a group of security groups.
  • securityGroup (type: String.t, default: nil) - The name of the security group-of-groups to be used. Only relevant if enabled = true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.AuthenticatorGroupsConfig{
  enabled: boolean() | nil,
  securityGroup: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.