google_api_container v0.12.0 GoogleApi.Container.V1.Model.GetOpenIDConfigResponse 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Container.V1.Model.GetOpenIDConfigResponse{
cacheHeader: GoogleApi.Container.V1.Model.HttpCacheControlResponseHeader.t(),
claims_supported: [String.t()],
grant_types: [String.t()],
id_token_signing_alg_values_supported: [String.t()],
issuer: String.t(),
jwks_uri: String.t(),
response_types_supported: [String.t()],
subject_types_supported: [String.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.