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

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

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

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

Inheritance

object > GetAzureOpenIdConfigRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GetAzureOpenIdConfigRequest()

public GetAzureOpenIdConfigRequest()

GetAzureOpenIdConfigRequest(GetAzureOpenIdConfigRequest)

public GetAzureOpenIdConfigRequest(GetAzureOpenIdConfigRequest other)
Parameter
NameDescription
otherGetAzureOpenIdConfigRequest

Properties

AzureCluster

public string AzureCluster { get; set; }

Required. The AzureCluster, which owns the OIDC discovery document. Format: projects/<project-id>/locations/<region>/azureClusters/<cluster-id>

Property Value
TypeDescription
string

AzureClusterAsAzureClusterName

public AzureClusterName AzureClusterAsAzureClusterName { get; set; }

AzureClusterName-typed view over the AzureCluster resource name property.

Property Value
TypeDescription
AzureClusterName