Anthos Multi-Cloud v1 API - Class AzureOpenIdConfig (2.5.0)

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.

Inheritance

object > AzureOpenIdConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureOpenIdConfig()

public AzureOpenIdConfig()

AzureOpenIdConfig(AzureOpenIdConfig)

public AzureOpenIdConfig(AzureOpenIdConfig other)
Parameter
NameDescription
otherAzureOpenIdConfig

Properties

ClaimsSupported

public RepeatedField<string> ClaimsSupported { get; }

Supported claims.

Property Value
TypeDescription
RepeatedFieldstring

GrantTypes

public RepeatedField<string> GrantTypes { get; }

Supported grant types.

Property Value
TypeDescription
RepeatedFieldstring

IdTokenSigningAlgValuesSupported

public RepeatedField<string> IdTokenSigningAlgValuesSupported { get; }

supported ID Token signing Algorithms.

Property Value
TypeDescription
RepeatedFieldstring

Issuer

public string Issuer { get; set; }

OIDC Issuer.

Property Value
TypeDescription
string

JwksUri

public string JwksUri { get; set; }

JSON Web Key uri.

Property Value
TypeDescription
string

ResponseTypesSupported

public RepeatedField<string> ResponseTypesSupported { get; }

Supported response types.

Property Value
TypeDescription
RepeatedFieldstring

SubjectTypesSupported

public RepeatedField<string> SubjectTypesSupported { get; }

Supported subject types.

Property Value
TypeDescription
RepeatedFieldstring