CertificateAttributes 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 certificate management attributes.
public class CertificateAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type CertificateAttributes = class
inherit Attributes
Public Class CertificateAttributes
Inherits Attributes
- Inheritance
Constructors
CertificateAttributes() |
Initializes a new instance of the CertificateAttributes class. |
CertificateAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the CertificateAttributes 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 certificates in the current vault. If it contains 'Purgeable', the certificate can be permanently deleted by a privileged user; otherwise, only the system can purge the certificate, 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) |