Show / Hide Table of Contents

Class CertifiateCertificatePolicyLifetimeActionTriggerGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertifiateCertificatePolicyLifetimeActionTriggerGetArgs
Inherited Members
ResourceArgs.Empty
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 CertifiateCertificatePolicyLifetimeActionTriggerGetArgs : ResourceArgs

Constructors

View Source

CertifiateCertificatePolicyLifetimeActionTriggerGetArgs()

Declaration
public CertifiateCertificatePolicyLifetimeActionTriggerGetArgs()

Properties

View Source

DaysBeforeExpiry

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.