KeyRotationPolicy Class

Definition

Management policy for a key in Key Vault.

public class KeyRotationPolicy
type KeyRotationPolicy = class
Public Class KeyRotationPolicy
Inheritance
KeyRotationPolicy

Constructors

KeyRotationPolicy()

Properties

CreatedOn

Gets a DateTimeOffset indicating when the KeyRotationPolicy was created.

ExpiresIn

Gets or sets the ISO 8601 duration when a new KeyVaultKey version created from this policy will expire. It should be at least 28 days.

Id

Gets the identifier of the KeyRotationPolicy.

LifetimeActions

Gets the actions that will be performed by Key Vault over the lifetime of a key.

UpdatedOn

Gets a DateTimeOffset indicating when the KeyRotationPolicy was last updated.

Applies to