SecretAttributes Class
Definition
The secret management attributes.
public class SecretAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type SecretAttributes = class
inherit Attributes
Public Class SecretAttributes
Inherits Attributes
- Inheritance
Constructors
SecretAttributes() |
Initializes a new instance of the SecretAttributes class. |
SecretAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the SecretAttributes class. |
Properties
Created |
Gets creation time in UTC. (Inherited from Attributes) |
Enabled |
Gets or sets determines whether the object is enabled. (Inherited from Attributes) |
Expires |
Gets or sets expiry date in UTC. (Inherited from Attributes) |
NotBefore |
Gets or sets not before date in UTC. (Inherited from Attributes) |
RecoveryLevel |
Gets reflects the deletion recovery level currently in effect for secrets in the current vault. If it contains 'Purgeable', the secret can be permanently deleted by a privileged user; otherwise, only the system can purge the secret, at the end of the retention interval. Possible values include: 'Purgeable', 'Recoverable+Purgeable', 'Recoverable', 'Recoverable+ProtectedSubscription' |
Updated |
Gets last updated time in UTC. (Inherited from Attributes) |