KeyRotationPolicy Class

The key rotation policy that belongs to a key.

Inheritance
builtins.object
KeyRotationPolicy

Constructor

KeyRotationPolicy(**kwargs: Any)

Variables

Name Description
id
str or None

The identifier of the key rotation policy.

lifetime_actions

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

expires_in
str or None

The expiry time of the policy that will be applied on new key versions, defined as an ISO 8601 duration. For example, 90 days is "P90D". See Wikipedia for more information on ISO 8601 durations.

created_on

When the policy was created, in UTC

updated_on

When the policy was last updated, in UTC