LifetimeAction interface

Action and its trigger that will be performed by Key Vault over the lifetime of a certificate.

Properties

action

The action that will be executed.

daysBeforeExpiry

Days before expiry to attempt renewal. Value should be between 1 and validity_in_months multiplied by 27. If validity_in_months is 36, then value should be between 1 and 972 (36 * 27).

lifetimePercentage

Percentage of lifetime at which to trigger. Value should be between 1 and 99.

Property Details

action

The action that will be executed.

action?: CertificatePolicyAction

Property Value

daysBeforeExpiry

Days before expiry to attempt renewal. Value should be between 1 and validity_in_months multiplied by 27. If validity_in_months is 36, then value should be between 1 and 972 (36 * 27).

daysBeforeExpiry?: number

Property Value

number

lifetimePercentage

Percentage of lifetime at which to trigger. Value should be between 1 and 99.

lifetimePercentage?: number

Property Value

number