Attributes Class
The object attributes managed by the KeyVault service.
Constructor
Attributes(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
Determines whether the object is enabled. |
|
not_before
|
Not before date in seconds since 1970-01-01T00:00:00Z. |
|
expires
|
Expiry date in seconds since 1970-01-01T00:00:00Z. |
|
created
|
Creation time in seconds since 1970-01-01T00:00:00Z. |
|
updated
|
Last updated time in seconds since 1970-01-01T00:00:00Z. |
Attributes
created
00Z.
created: datetime | None
enabled
Determines whether the object is enabled.
enabled: bool | None
expires
00Z.
expires: datetime | None
not_before
00Z.
not_before: datetime | None
updated
00Z.
updated: datetime | None