API version:
Show / Hide Table of Contents

Interface IJsonWebKey

Represents a JsonWebKey resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IJsonWebKey : IResource

Properties

Alg

Declaration
string Alg { get; set; }
Property Value
Type Description
System.String

Created

Declaration
DateTimeOffset? Created { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

E

Declaration
string E { get; set; }
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
string Kid { get; set; }
Property Value
Type Description
System.String

Kty

Declaration
string Kty { get; set; }
Property Value
Type Description
System.String

LastUpdated

Declaration
DateTimeOffset? LastUpdated { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

N

Declaration
string N { get; set; }
Property Value
Type Description
System.String

Status

Declaration
string Status { get; set; }
Property Value
Type Description
System.String

Use

Declaration
string Use { get; set; }
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
string X5T { get; set; }
Property Value
Type Description
System.String

X5TS256

Declaration
string X5TS256 { get; set; }
Property Value
Type Description
System.String

X5U

Declaration
string X5U { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.