public sealed class AzureOpenIdConfig : IMessage<AzureOpenIdConfig>, IEquatable<AzureOpenIdConfig>, IDeepCloneable<AzureOpenIdConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureOpenIdConfig.
AzureOpenIdConfig is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Implements
IMessageAzureOpenIdConfig, IEquatableAzureOpenIdConfig, IDeepCloneableAzureOpenIdConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AzureOpenIdConfig()
public AzureOpenIdConfig()
AzureOpenIdConfig(AzureOpenIdConfig)
public AzureOpenIdConfig(AzureOpenIdConfig other)
Parameter | |
---|---|
Name | Description |
other |
AzureOpenIdConfig |
Properties
ClaimsSupported
public RepeatedField<string> ClaimsSupported { get; }
Supported claims.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
GrantTypes
public RepeatedField<string> GrantTypes { get; }
Supported grant types.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
IdTokenSigningAlgValuesSupported
public RepeatedField<string> IdTokenSigningAlgValuesSupported { get; }
supported ID Token signing Algorithms.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Issuer
public string Issuer { get; set; }
OIDC Issuer.
Property Value | |
---|---|
Type | Description |
string |
JwksUri
public string JwksUri { get; set; }
JSON Web Key uri.
Property Value | |
---|---|
Type | Description |
string |
ResponseTypesSupported
public RepeatedField<string> ResponseTypesSupported { get; }
Supported response types.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
SubjectTypesSupported
public RepeatedField<string> SubjectTypesSupported { get; }
Supported subject types.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |