Interface protos.google.container.v1.IGetOpenIDConfigResponse (2.3.2)

Properties of a GetOpenIDConfigResponse.

Package

@google-cloud/container!

Properties

claimsSupported

claimsSupported?: (string[]|null);

GetOpenIDConfigResponse claimsSupported

Property Value
TypeDescription
(string[]|null)

grantTypes

grantTypes?: (string[]|null);

GetOpenIDConfigResponse grantTypes

Property Value
TypeDescription
(string[]|null)

idTokenSigningAlgValuesSupported

idTokenSigningAlgValuesSupported?: (string[]|null);

GetOpenIDConfigResponse idTokenSigningAlgValuesSupported

Property Value
TypeDescription
(string[]|null)

issuer

issuer?: (string|null);

GetOpenIDConfigResponse issuer

Property Value
TypeDescription
(string|null)

jwksUri

jwksUri?: (string|null);

GetOpenIDConfigResponse jwksUri

Property Value
TypeDescription
(string|null)

responseTypesSupported

responseTypesSupported?: (string[]|null);

GetOpenIDConfigResponse responseTypesSupported

Property Value
TypeDescription
(string[]|null)

subjectTypesSupported

subjectTypesSupported?: (string[]|null);

GetOpenIDConfigResponse subjectTypesSupported

Property Value
TypeDescription
(string[]|null)