Reference documentation and code samples for the Google Cloud Container V1 Client class GetOpenIDConfigResponse.
GetOpenIDConfigResponse is an OIDC discovery document for the cluster.
See the OpenID Connect Discovery 1.0 specification for details.
Generated from protobuf message google.container.v1.GetOpenIDConfigResponse
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ issuer
string
OIDC Issuer.
↳ jwks_uri
string
JSON Web Key uri.
↳ response_types_supported
array
Supported response types.
↳ subject_types_supported
array
Supported subject types.
↳ id_token_signing_alg_values_supported
array
supported ID Token signing Algorithms.
↳ claims_supported
array
Supported claims.
↳ grant_types
array
Supported grant types.
getIssuer
OIDC Issuer.
string
setIssuer
OIDC Issuer.
var
string
$this
getJwksUri
JSON Web Key uri.
string
setJwksUri
JSON Web Key uri.
var
string
$this
getResponseTypesSupported
Supported response types.
setResponseTypesSupported
Supported response types.
var
string[]
$this
getSubjectTypesSupported
Supported subject types.
setSubjectTypesSupported
Supported subject types.
var
string[]
$this
getIdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
setIdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
var
string[]
$this
getClaimsSupported
Supported claims.
setClaimsSupported
Supported claims.
var
string[]
$this
getGrantTypes
Supported grant types.
setGrantTypes
Supported grant types.
var
string[]
$this