View Source GoogleApi.GKEHub.V1.Model.IdentityServiceMembershipSpec (google_api_gke_hub v0.16.0)
Anthos Identity Service: Configuration for a single Membership.
Attributes
-
authMethods
(type:list(GoogleApi.GKEHub.V1.Model.IdentityServiceAuthMethod.t)
, default:nil
) - A member may support multiple auth methods. -
identityServiceOptions
(type:GoogleApi.GKEHub.V1.Model.IdentityServiceIdentityServiceOptions.t
, default:nil
) - Optional. non-protocol-related configuration options.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.IdentityServiceMembershipSpec{ authMethods: [GoogleApi.GKEHub.V1.Model.IdentityServiceAuthMethod.t()] | nil, identityServiceOptions: GoogleApi.GKEHub.V1.Model.IdentityServiceIdentityServiceOptions.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.