Show / Hide Table of Contents

Class GetJSONWebKeysResponse

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

Inheritance
object
GetJSONWebKeysResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class GetJSONWebKeysResponse : IDirectResponseSchema

Properties

CacheHeader

For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.

Declaration
[JsonProperty("cacheHeader")]
public virtual HttpCacheControlResponseHeader CacheHeader { get; set; }
Property Value
Type Description
HttpCacheControlResponseHeader

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Keys

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

Declaration
[JsonProperty("keys")]
public virtual IList<Jwk> Keys { get; set; }
Property Value
Type Description
IList<Jwk>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX