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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET