Class ApplicationCredentialsSigning
Represents a resource in the Okta API.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class ApplicationCredentialsSigning : Resource, IApplicationCredentialsSigning, IResource
Properties
Kid
Declaration
public string Kid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastRotated
Declaration
public DateTimeOffset? LastRotated { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
NextRotation
Declaration
public DateTimeOffset? NextRotation { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
RotationMode
Declaration
public string RotationMode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Use
Declaration
public ApplicationCredentialsSigningUse Use { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationCredentialsSigningUse |