KeyAttributes Class

Definition

The attributes of a key managed by the key vault service.

public class KeyAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type KeyAttributes = class
    inherit Attributes
Public Class KeyAttributes
Inherits Attributes
Inheritance
KeyAttributes

Constructors

KeyAttributes()

Initializes a new instance of the KeyAttributes class.

KeyAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the KeyAttributes 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 keys in the current vault. If it contains 'Purgeable' the key can be permanently deleted by a privileged user; otherwise, only the system can purge the key, 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)

Applies to