DeletedSecret interface

An interface representing a deleted KeyVault Secret.

Properties

deletedOn

The time when the secret was deleted, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the secret.

properties

The properties of the secret

recoveryId

The url of the recovery object, used to identify and recover the deleted secret.

scheduledPurgeDate

The time when the secret is scheduled to be purged, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

value

The secret value.

Property Details

deletedOn

The time when the secret was deleted, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

deletedOn?: Date

Property Value

Date

name

The name of the secret.

name: string

Property Value

string

properties

The properties of the secret

properties: SecretProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }

Property Value

SecretProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }

recoveryId

The url of the recovery object, used to identify and recover the deleted secret.

recoveryId?: string

Property Value

string

scheduledPurgeDate

The time when the secret is scheduled to be purged, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

scheduledPurgeDate?: Date

Property Value

Date

value

The secret value.

value?: string

Property Value

string