Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AutoKeyRotationDetails

The details of auto rotation schedule for the Key being create updated or imported.

Properties

Optional lastRotationMessage

lastRotationMessage: undefined | string

The last execution status message.

Optional lastRotationStatus

lastRotationStatus: LastRotationStatus

The status of last execution of auto key rotation.

Optional rotationIntervalInDays

rotationIntervalInDays: undefined | number

The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeOfLastRotation

timeOfLastRotation: Date

A property indicating Last rotation Date Example: {@code 2023-04-04T00:00:00Z}.

Optional timeOfNextRotation

timeOfNextRotation: Date

A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: {@code 2023-04-04T00:00:00Z} .

Optional timeOfScheduleStart

timeOfScheduleStart: Date

A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: {@code 2023-04-04T00:00:00Z} .

Functions

getDeserializedJsonObj

getJsonObj