Google Kubernetes Engine v1 API - Class GetOpenIDConfigRequest (3.19.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetOpenIDConfigRequest.

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

Inheritance

object > GetOpenIDConfigRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GetOpenIDConfigRequest()

public GetOpenIDConfigRequest()

GetOpenIDConfigRequest(GetOpenIDConfigRequest)

public GetOpenIDConfigRequest(GetOpenIDConfigRequest other)
Parameter
NameDescription
otherGetOpenIDConfigRequest

Properties

Parent

public string Parent { get; set; }

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*.

Property Value
TypeDescription
string