LifetimeAction Class

Definition

Action and its trigger that will be performed by Key Vault over the lifetime of a certificate.

public class LifetimeAction
type LifetimeAction = class
Public Class LifetimeAction
Inheritance
LifetimeAction

Constructors

LifetimeAction()

Initializes a new instance of the LifetimeAction class.

LifetimeAction(Trigger, Action)

Initializes a new instance of the LifetimeAction class.

Properties

Action

Gets or sets the action that will be executed.

Trigger

Gets or sets the condition that will execute the action.

Methods

Validate()

Validate the object.

Applies to