Class CertificateCertificatePolicyLifetimeActionTriggerGetArgs
Inheritance
System.Object
CertificateCertificatePolicyLifetimeActionTriggerGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateCertificatePolicyLifetimeActionTriggerGetArgs : ResourceArgs
Constructors
View SourceCertificateCertificatePolicyLifetimeActionTriggerGetArgs()
Declaration
public CertificateCertificatePolicyLifetimeActionTriggerGetArgs()
Properties
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 Input<int> DaysBeforeExpiry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> LifetimePercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |