Class GetJSONWebKeysResponse (2.3.0)

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

GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517

Inheritance

Object > GetJSONWebKeysResponse

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GetJSONWebKeysResponse()

public GetJSONWebKeysResponse()

GetJSONWebKeysResponse(GetJSONWebKeysResponse)

public GetJSONWebKeysResponse(GetJSONWebKeysResponse other)
Parameter
NameDescription
otherGetJSONWebKeysResponse

Properties

Keys

public RepeatedField<Jwk> Keys { get; }

The public component of the keys used by the cluster to sign token requests.

Property Value
TypeDescription
RepeatedField<Jwk>