KeyAttributes interface
The object attributes managed by the Azure Key Vault service.
Properties
created | Creation time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server. |
enabled | Determines whether or not the object is enabled. |
expires | Expiry date in seconds since 1970-01-01T00:00:00Z. |
exportable | Indicates if the private key can be exported. |
not |
Not before date in seconds since 1970-01-01T00:00:00Z. |
recovery |
The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. NOTE: This property will not be serialized. It can only be populated by the server. |
updated | Last updated time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
created
Creation time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.
created?: number
Property Value
number
enabled
Determines whether or not the object is enabled.
enabled?: boolean
Property Value
boolean
expires
Expiry date in seconds since 1970-01-01T00:00:00Z.
expires?: number
Property Value
number
exportable
Indicates if the private key can be exported.
exportable?: boolean
Property Value
boolean
notBefore
Not before date in seconds since 1970-01-01T00:00:00Z.
notBefore?: number
Property Value
number
recoveryLevel
The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. NOTE: This property will not be serialized. It can only be populated by the server.
recoveryLevel?: string
Property Value
string
updated
Last updated time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.
updated?: number
Property Value
number