Interface IApplicationCredentialsSigning
Represents a ApplicationCredentialsSigning resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IApplicationCredentialsSigning : IResource
Properties
Kid
Declaration
Property Value
| Type |
Description |
| System.String |
|
LastRotated
Declaration
DateTimeOffset? LastRotated { get; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
NextRotation
Declaration
DateTimeOffset? NextRotation { get; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
RotationMode
Declaration
string RotationMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Use
Declaration
ApplicationCredentialsSigningUse Use { get; set; }
Property Value