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.
Implements
IMessage<GetJSONWebKeysRequest>, IEquatable<GetJSONWebKeysRequest>, IDeepCloneable<GetJSONWebKeysRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GetJSONWebKeysRequest()
public GetJSONWebKeysRequest()
GetJSONWebKeysRequest(GetJSONWebKeysRequest)
public GetJSONWebKeysRequest(GetJSONWebKeysRequest other)
Parameter | |
---|---|
Name | Description |
other | GetJSONWebKeysRequest |
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 | |
---|---|
Type | Description |
String |