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.
Implements
IMessageGetJSONWebKeysRequest, IEquatableGetJSONWebKeysRequest, IDeepCloneableGetJSONWebKeysRequest, 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 name) to get keys for. Specified in
the format projects/*/locations/*/clusters/*
.
Property Value | |
---|---|
Type | Description |
string |