DeletedSecret Class

Definition

Represents a Key Vault secret that has been deleted, allowing it to be recovered, if needed.

public class DeletedSecret : Azure.Security.KeyVault.Secrets.KeyVaultSecret
type DeletedSecret = class
    inherit KeyVaultSecret
Public Class DeletedSecret
Inherits KeyVaultSecret
Inheritance
DeletedSecret

Properties

DeletedOn

Gets a DateTimeOffset indicating when the secret was deleted.

Id

Gets the secret identifier.

(Inherited from KeyVaultSecret)
Name

Gets the the name of the secret.

(Inherited from KeyVaultSecret)
Properties

Gets additional properties of the KeyVaultSecret.

(Inherited from KeyVaultSecret)
RecoveryId

Gets a Uri of the deleted secret that can be used to recover it.

ScheduledPurgeDate

Gets a DateTimeOffset for when the deleted secret will be purged.

Value

Gets the value of the secret.

(Inherited from KeyVaultSecret)

Applies to