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

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

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

GetAwsJsonWebKeysRequest gets the public component of the keys used by the cluster to sign token requests. This will be the jwks_uri for the discover document returned by getOpenIDConfig. See the OpenID Connect Discovery 1.0 specification for details.

Inheritance

object > GetAwsJsonWebKeysRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GetAwsJsonWebKeysRequest()

public GetAwsJsonWebKeysRequest()

GetAwsJsonWebKeysRequest(GetAwsJsonWebKeysRequest)

public GetAwsJsonWebKeysRequest(GetAwsJsonWebKeysRequest other)
Parameter
NameDescription
otherGetAwsJsonWebKeysRequest

Properties

AwsCluster

public string AwsCluster { get; set; }

Required. The AwsCluster, which owns the JsonWebKeys. Format: projects/{project}/locations/{location}/awsClusters/{cluster}

Property Value
TypeDescription
string

AwsClusterAsAwsClusterName

public AwsClusterName AwsClusterAsAwsClusterName { get; set; }

AwsClusterName-typed view over the AwsCluster resource name property.

Property Value
TypeDescription
AwsClusterName