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 | |
---|---|
Name | Description |
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.
Generated from protobuf field string issuer = 1;
Returns | |
---|---|
Type | Description |
string |
setIssuer
OIDC Issuer.
Generated from protobuf field string issuer = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getJwksUri
JSON Web Key uri.
Generated from protobuf field string jwks_uri = 2;
Returns | |
---|---|
Type | Description |
string |
setJwksUri
JSON Web Key uri.
Generated from protobuf field string jwks_uri = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getResponseTypesSupported
Supported response types.
Generated from protobuf field repeated string response_types_supported = 3;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResponseTypesSupported
Supported response types.
Generated from protobuf field repeated string response_types_supported = 3;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getSubjectTypesSupported
Supported subject types.
Generated from protobuf field repeated string subject_types_supported = 4;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSubjectTypesSupported
Supported subject types.
Generated from protobuf field repeated string subject_types_supported = 4;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getIdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
Generated from protobuf field repeated string id_token_signing_alg_values_supported = 5;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
Generated from protobuf field repeated string id_token_signing_alg_values_supported = 5;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getClaimsSupported
Supported claims.
Generated from protobuf field repeated string claims_supported = 6;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setClaimsSupported
Supported claims.
Generated from protobuf field repeated string claims_supported = 6;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getGrantTypes
Supported grant types.
Generated from protobuf field repeated string grant_types = 7;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setGrantTypes
Supported grant types.
Generated from protobuf field repeated string grant_types = 7;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |