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

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

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

GetAwsOpenIdConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

Inheritance

object > GetAwsOpenIdConfigRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GetAwsOpenIdConfigRequest()

public GetAwsOpenIdConfigRequest()

GetAwsOpenIdConfigRequest(GetAwsOpenIdConfigRequest)

public GetAwsOpenIdConfigRequest(GetAwsOpenIdConfigRequest other)
Parameter
NameDescription
otherGetAwsOpenIdConfigRequest

Properties

AwsCluster

public string AwsCluster { get; set; }

Required. The AwsCluster, which owns the OIDC discovery document. 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