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

The structure holds the LDAP simple binding credential.

Attributes

  • dn (type: String.t, default: nil) - Required. The distinguished name(DN) of the service account object/user.
  • encryptedPassword (type: String.t, default: nil) - Output only. The encrypted password of the service account object/user.
  • password (type: String.t, default: nil) - Required. Input only. The password of the service account object/user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.IdentityServiceSimpleBindCredentials{
  dn: String.t() | nil,
  encryptedPassword: String.t() | nil,
  password: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.