Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyAttributes

Package version

The object attributes managed by the Azure Key Vault service.

Hierarchy

  • KeyAttributes

Index

Properties

Optional created

created: undefined | number

Creation time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.

Optional enabled

enabled: undefined | false | true

Determines whether or not the object is enabled.

Optional expires

expires: undefined | number

Expiry date in seconds since 1970-01-01T00:00:00Z.

Optional notBefore

notBefore: undefined | number

Not before date in seconds since 1970-01-01T00:00:00Z.

Optional recoveryLevel

recoveryLevel: DeletionRecoveryLevel

The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updated

updated: undefined | number

Last updated time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc