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.
Implements
IMessageAwsOpenIdConfig, IEquatableAwsOpenIdConfig, IDeepCloneableAwsOpenIdConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsOpenIdConfig()
public AwsOpenIdConfig()
AwsOpenIdConfig(AwsOpenIdConfig)
public AwsOpenIdConfig(AwsOpenIdConfig other)
Parameter | |
---|---|
Name | Description |
other |
AwsOpenIdConfig |
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 |