SecretProperties.RecoveryLevel Property

Definition

Gets the recovery level currently in effect for secrets in the Key Vault. If Purgeable, the secret can be permanently deleted by an authorized user; otherwise, only the service can purge the secrets at the end of the retention interval.

public string RecoveryLevel { get; }
member this.RecoveryLevel : string
Public ReadOnly Property RecoveryLevel As String

Property Value

Possible values include Purgeable, Recoverable+Purgeable, Recoverable, and Recoverable+ProtectedSubscription.

Applies to