GoogleApi.Container.V1.Model.GetOpenIDConfigResponse (google_api_container v0.33.0) View Source
GetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Attributes
-
cacheHeader(type:GoogleApi.Container.V1.Model.HttpCacheControlResponseHeader.t, default:nil) - OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header. -
claims_supported(type:list(String.t), default:nil) - Supported claims. -
grant_types(type:list(String.t), default:nil) - Supported grant types. -
id_token_signing_alg_values_supported(type:list(String.t), default:nil) - supported ID Token signing Algorithms. -
issuer(type:String.t, default:nil) - OIDC Issuer. -
jwks_uri(type:String.t, default:nil) - JSON Web Key uri. -
response_types_supported(type:list(String.t), default:nil) - Supported response types. -
subject_types_supported(type:list(String.t), default:nil) - Supported subject types.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Container.V1.Model.GetOpenIDConfigResponse{
cacheHeader:
GoogleApi.Container.V1.Model.HttpCacheControlResponseHeader.t() | nil,
claims_supported: [String.t()] | nil,
grant_types: [String.t()] | nil,
id_token_signing_alg_values_supported: [String.t()] | nil,
issuer: String.t() | nil,
jwks_uri: String.t() | nil,
response_types_supported: [String.t()] | nil,
subject_types_supported: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.