Interface IJsonWebKey
Represents a JsonWebKey resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IJsonWebKey : IResource
Properties
Alg
Declaration
Property Value
Type |
Description |
System.String |
|
Created
Declaration
DateTimeOffset? Created { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
E
Declaration
Property Value
Type |
Description |
System.String |
|
ExpiresAt
Declaration
DateTimeOffset? ExpiresAt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
KeyOps
Declaration
IList<string> KeyOps { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Kid
Declaration
Property Value
Type |
Description |
System.String |
|
Kty
Declaration
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
DateTimeOffset? LastUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
N
Declaration
Property Value
Type |
Description |
System.String |
|
Status
Declaration
string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Use
Declaration
Property Value
Type |
Description |
System.String |
|
X5C
Declaration
IList<string> X5C { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
X5T
Declaration
Property Value
Type |
Description |
System.String |
|
X5TS256
Declaration
string X5TS256 { get; set; }
Property Value
Type |
Description |
System.String |
|
X5U
Declaration
Property Value
Type |
Description |
System.String |
|