View Source GoogleApi.GKEHub.V1.Model.IdentityServiceServiceAccountConfig (google_api_gke_hub v0.16.0)
Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. The credentials can be supplied by the combination of the DN and password or the client certificate.
Attributes
-
simpleBindCredentials
(type:GoogleApi.GKEHub.V1.Model.IdentityServiceSimpleBindCredentials.t
, default:nil
) - Credentials for basic auth.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.IdentityServiceServiceAccountConfig{ simpleBindCredentials: GoogleApi.GKEHub.V1.Model.IdentityServiceSimpleBindCredentials.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.