Attributes 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 object attributes managed by the KeyVault service.
public class Attributes
type Attributes = class
Public Class Attributes
- Inheritance
-
Attributes
- Derived
Constructors
Attributes() |
Initializes a new instance of the Attributes class. |
Attributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the Attributes class. |
Properties
Created |
Gets creation time in UTC. |
Enabled |
Gets or sets determines whether the object is enabled. |
Expires |
Gets or sets expiry date in UTC. |
NotBefore |
Gets or sets not before date in UTC. |
Updated |
Gets last updated time in UTC. |
Applies to
Azure SDK for .NET