google_api_container v0.5.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]): NOLINT Defaults to:
null
. - grant_types ([String.t]): NOLINT Defaults to:
null
. - id_token_signing_alg_values_supported ([String.t]): NOLINT Defaults to:
null
. - issuer (String.t): NOLINT Defaults to:
null
. - jwks_uri (String.t): NOLINT Defaults to:
null
. - response_types_supported ([String.t]): NOLINT Defaults to:
null
. - subject_types_supported ([String.t]): NOLINT 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.