Attributes interface
The object attributes managed by the KeyVault 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 the object is enabled. |
expires | Expiry date in seconds since 1970-01-01T00:00:00Z. |
not |
Not before date in seconds since 1970-01-01T00:00:00Z. |
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?: Date
Property Value
Date
enabled
Determines whether the object is enabled.
enabled?: boolean
Property Value
boolean
expires
Expiry date in seconds since 1970-01-01T00:00:00Z.
expires?: Date
Property Value
Date
notBefore
Not before date in seconds since 1970-01-01T00:00:00Z.
notBefore?: Date
Property Value
Date
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?: Date
Property Value
Date