DeletedKeyItem Class

Definition

The deleted key item containing the deleted key metadata and information about deletion.

public class DeletedKeyItem : Microsoft.Azure.KeyVault.Models.KeyItem
type DeletedKeyItem = class
    inherit KeyItem
Public Class DeletedKeyItem
Inherits KeyItem
Inheritance
DeletedKeyItem

Constructors

DeletedKeyItem()

Initializes a new instance of the DeletedKeyItem class.

DeletedKeyItem(String, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the DeletedKeyItem class.

Properties

Attributes

Gets or sets the key management attributes.

(Inherited from KeyItem)
DeletedDate

Gets the time when the key was deleted, in UTC

Identifier

Identifier for the key object

(Inherited from KeyItem)
Kid

Gets or sets key identifier.

(Inherited from KeyItem)
Managed

Gets true if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.

(Inherited from KeyItem)
RecoveryId

Gets or sets the url of the recovery object, used to identify and recover the deleted key.

RecoveryIdentifier

The identifier of the deleted key object. This is used to recover the key.

ScheduledPurgeDate

Gets the time when the key is scheduled to be purged, in UTC

Tags

Gets or sets application specific metadata in the form of key-value pairs.

(Inherited from KeyItem)

Applies to