View Source GoogleApi.Container.V1.Model.GetOpenIDConfigResponse (google_api_container v0.45.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.