CertificateCertificatePolicyLifetimeActionTrigger

data class CertificateCertificatePolicyLifetimeActionTrigger(val daysBeforeExpiry: Int? = null, val lifetimePercentage: Int? = null)

Constructors

constructor(daysBeforeExpiry: Int? = null, lifetimePercentage: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daysBeforeExpiry: Int? = null

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
val lifetimePercentage: Int? = null

The percentage at which during the Certificates Lifetime the action associated with this Trigger should run. Conflicts with days_before_expiry.