Class GetOpenIDConfigResponse
GetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class GetOpenIDConfigResponse : IDirectResponseSchema
Properties
CacheHeader
For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.
Declaration
[JsonProperty("cacheHeader")]
public virtual HttpCacheControlResponseHeader CacheHeader { get; set; }
Property Value
Type | Description |
---|---|
HttpCacheControlResponseHeader |
ClaimsSupported
Supported claims.
Declaration
[JsonProperty("claims_supported")]
public virtual IList<string> ClaimsSupported { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GrantTypes
Supported grant types.
Declaration
[JsonProperty("grant_types")]
public virtual IList<string> GrantTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
Declaration
[JsonProperty("id_token_signing_alg_values_supported")]
public virtual IList<string> IdTokenSigningAlgValuesSupported { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Issuer
OIDC Issuer.
Declaration
[JsonProperty("issuer")]
public virtual string Issuer { get; set; }
Property Value
Type | Description |
---|---|
string |
JwksUri
JSON Web Key uri.
Declaration
[JsonProperty("jwks_uri")]
public virtual string JwksUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseTypesSupported
Supported response types.
Declaration
[JsonProperty("response_types_supported")]
public virtual IList<string> ResponseTypesSupported { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SubjectTypesSupported
Supported subject types.
Declaration
[JsonProperty("subject_types_supported")]
public virtual IList<string> SubjectTypesSupported { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |