Google Kubernetes Engine v1 API - Class GetJSONWebKeysRequest (3.20.0)

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

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

GetJSONWebKeysRequest 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 > GetJSONWebKeysRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GetJSONWebKeysRequest()

public GetJSONWebKeysRequest()

GetJSONWebKeysRequest(GetJSONWebKeysRequest)

public GetJSONWebKeysRequest(GetJSONWebKeysRequest other)
Parameter
NameDescription
otherGetJSONWebKeysRequest

Properties

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string