Class CertificateCertificatePolicyLifetimeActionTrigger
Inheritance
System.Object
CertificateCertificatePolicyLifetimeActionTrigger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.KeyVault.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateCertificatePolicyLifetimeActionTrigger
Fields
View SourceDaysBeforeExpiry
The number of days before the Certificate expires that the action associated with this Trigger should run. Changing this forces a new resource to be created. Conflicts with lifetime_percentage.
Declaration
public readonly int? DaysBeforeExpiry
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LifetimePercentage
The percentage at which during the Certificates Lifetime the action associated with this Trigger should run. Changing this forces a new resource to be created. Conflicts with days_before_expiry.
Declaration
public readonly int? LifetimePercentage
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |