Class GetJSONWebKeysResponse
GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
Implements
Inherited Members
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> |