Class GetJSONWebKeysRequest (2.4.0)

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

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 id) to get keys for. Specified in the format projects/*/locations/*/clusters/*.

Property Value
TypeDescription
String