Share via


Attributes Class

Definition

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