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

public sealed class AwsOpenIdConfig : IMessage<AwsOpenIdConfig>, IEquatable<AwsOpenIdConfig>, IDeepCloneable<AwsOpenIdConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsOpenIdConfig.

AwsOpenIdConfig is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

Inheritance

object > AwsOpenIdConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsOpenIdConfig()

public AwsOpenIdConfig()

AwsOpenIdConfig(AwsOpenIdConfig)

public AwsOpenIdConfig(AwsOpenIdConfig other)
Parameter
NameDescription
otherAwsOpenIdConfig

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