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?: undefined | number
Property Value
undefined | number
enabled
Determines whether or not the object is enabled.
enabled?: undefined | false | true
Property Value
undefined | false | true
expires
Expiry date in seconds since 1970-01-01T00:00:00Z.
expires?: undefined | number
Property Value
undefined | number
exportable
Indicates if the private key can be exported.
exportable?: undefined | false | true
Property Value
undefined | false | true
notBefore
Not before date in seconds since 1970-01-01T00:00:00Z.
notBefore?: undefined | number
Property Value
undefined | 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?: DeletionRecoveryLevel
Property Value
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?: undefined | number
Property Value
undefined | number