Class GoogleIdentityStsV1Jwk
A JSON web key set (JWK) See also https://datatracker.ietf.org/doc/html/rfc7517 and https://github.com/spiffe/spiffe/blob/main/standards/JWT-SVID.md#6-representation-in-the-spiffe-bundle
Implements
Inherited Members
Namespace: Google.Apis.CloudSecurityToken.v1.Data
Assembly: Google.Apis.CloudSecurityToken.v1.dll
Syntax
public class GoogleIdentityStsV1Jwk : IDirectResponseSchema
Properties
E
Exponent value for kty="RSA".
Declaration
[JsonProperty("e")]
public virtual string E { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kid
Key ID.
Declaration
[JsonProperty("kid")]
public virtual string Kid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kty
Key type. Currently "RSA".
Declaration
[JsonProperty("kty")]
public virtual string Kty { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
N
Modulus value for kty="RSA".
Declaration
[JsonProperty("n")]
public virtual string N { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Use
Public key use. Currently "jwt-svid".
Declaration
[JsonProperty("use")]
public virtual string Use { get; set; }
Property Value
| Type | Description |
|---|---|
| string |