Google Cloud Container V1 Client - Class GetOpenIDConfigResponse (1.10.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setIssuer

OIDC Issuer.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJwksUri

JSON Web Key uri.

Returns
TypeDescription
string

setJwksUri

JSON Web Key uri.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getResponseTypesSupported

Supported response types.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResponseTypesSupported

Supported response types.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getSubjectTypesSupported

Supported subject types.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSubjectTypesSupported

Supported subject types.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getIdTokenSigningAlgValuesSupported

supported ID Token signing Algorithms.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIdTokenSigningAlgValuesSupported

supported ID Token signing Algorithms.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getClaimsSupported

Supported claims.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClaimsSupported

Supported claims.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getGrantTypes

Supported grant types.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGrantTypes

Supported grant types.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this