DeletedSecret Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET