API version:
Show / Hide Table of Contents

Interface IAuthorizationServerCredentialsSigningConfig

Represents a AuthorizationServerCredentialsSigningConfig 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 IAuthorizationServerCredentialsSigningConfig : IResource

Properties

Kid

Declaration
string Kid { get; set; }
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
AuthorizationServerCredentialsRotationMode RotationMode { get; set; }
Property Value
Type Description
AuthorizationServerCredentialsRotationMode

Use

Declaration
AuthorizationServerCredentialsUse Use { get; set; }
Property Value
Type Description
AuthorizationServerCredentialsUse
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.