google_api_container v0.6.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

  • claims_supported ([String.t]): Supported claims. Defaults to: null.
  • grant_types ([String.t]): Supported grant types. Defaults to: null.
  • id_token_signing_alg_values_supported ([String.t]): supported ID Token signing Algorithms. Defaults to: null.
  • issuer (String.t): OIDC Issuer. Defaults to: null.
  • jwks_uri (String.t): JSON Web Key uri. Defaults to: null.
  • response_types_supported ([String.t]): Supported response types. Defaults to: null.
  • subject_types_supported ([String.t]): Supported subject types. Defaults to: null.

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 Source
t() :: %GoogleApi.Container.V1.Model.GetOpenIdConfigResponse{
  claims_supported: [any()],
  grant_types: [any()],
  id_token_signing_alg_values_supported: [any()],
  issuer: any(),
  jwks_uri: any(),
  response_types_supported: [any()],
  subject_types_supported: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.