public sealed class GetJSONWebKeysResponse : IMessage<GetJSONWebKeysResponse>, IEquatable<GetJSONWebKeysResponse>, IDeepCloneable<GetJSONWebKeysResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetJSONWebKeysResponse.
GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
Implements
IMessageGetJSONWebKeysResponse, IEquatableGetJSONWebKeysResponse, IDeepCloneableGetJSONWebKeysResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GetJSONWebKeysResponse()
public GetJSONWebKeysResponse()
GetJSONWebKeysResponse(GetJSONWebKeysResponse)
public GetJSONWebKeysResponse(GetJSONWebKeysResponse other)
Parameter | |
---|---|
Name | Description |
other | GetJSONWebKeysResponse |
Properties
Keys
public RepeatedField<Jwk> Keys { get; }
The public component of the keys used by the cluster to sign token requests.
Property Value | |
---|---|
Type | Description |
RepeatedFieldJwk |