Google Kubernetes Engine v1 API - Class GetJSONWebKeysResponse (3.25.0)

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

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
RepeatedFieldJwk