Certificate Certificate Policy Lifetime Action Trigger
data class CertificateCertificatePolicyLifetimeActionTrigger(val daysBeforeExpiry: Int? = null, val lifetimePercentage: Int? = null)
Properties
Link copied to clipboard
The number of days before the Certificate expires that the action associated with this Trigger should run. Conflicts with lifetime_percentage
.
Link copied to clipboard
The percentage at which during the Certificates Lifetime the action associated with this Trigger should run. Conflicts with days_before_expiry
.