View Source GoogleApi.GKEHub.V1.Model.IdentityServiceGroupConfig (google_api_gke_hub v0.16.0)

Contains the properties for locating and authenticating groups in the directory.

Attributes

  • baseDn (type: String.t, default: nil) - Required. The location of the subtree in the LDAP directory to search for group entries.
  • filter (type: String.t, default: nil) - Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to explicitly match only certain groups in order to reduce the amount of groups returned for each user. This defaults to "(objectClass=Group)".
  • idAttribute (type: String.t, default: nil) - Optional. The identifying name of each group a user belongs to. For example, if this is set to "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to "distinguishedName".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.IdentityServiceGroupConfig{
  baseDn: String.t() | nil,
  filter: String.t() | nil,
  idAttribute: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.