DeletedSecretItem 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.
The deleted secret item containing metadata about the deleted secret.
public class DeletedSecretItem : Microsoft.Azure.KeyVault.Models.SecretItem
type DeletedSecretItem = class
inherit SecretItem
Public Class DeletedSecretItem
Inherits SecretItem
- Inheritance
Constructors
DeletedSecretItem() |
Initializes a new instance of the DeletedSecretItem class. |
DeletedSecretItem(String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the DeletedSecretItem class. |
Properties
Attributes |
Gets or sets the secret management attributes. (Inherited from SecretItem) |
ContentType |
Gets or sets type of the secret value such as a password. (Inherited from SecretItem) |
DeletedDate |
Gets the time when the secret was deleted, in UTC |
Id |
Gets or sets secret identifier. (Inherited from SecretItem) |
Identifier |
The identifier for secret object (Inherited from SecretItem) |
Managed |
Gets true if the secret's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true. (Inherited from SecretItem) |
RecoveryId |
Gets or sets the url of the recovery object, used to identify and recover the deleted secret. |
RecoveryIdentifier |
The identifier of the deleted secret object. This is used to recover the secret. |
ScheduledPurgeDate |
Gets the time when the secret is scheduled to be purged, in UTC |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. (Inherited from SecretItem) |