public sealed class GetJSONWebKeysResponse : IMessage<GetJSONWebKeysResponse>, IEquatable<GetJSONWebKeysResponse>, IDeepCloneable<GetJSONWebKeysResponse>, IBufferMessage, IMessageGetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
Implements
IMessage<GetJSONWebKeysResponse>, IEquatable<GetJSONWebKeysResponse>, IDeepCloneable<GetJSONWebKeysResponse>, 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 | 
RepeatedField<Jwk> | 
        |