Attributes Class

The object attributes managed by the KeyVault service.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Attributes

Constructor

Attributes(*, enabled: Optional[bool] = None, not_before=None, expires=None, **kwargs)

Parameters

enabled
bool
Required

Determines whether the object is enabled.

not_before
datetime
Required

Not before date in UTC.

expires
datetime
Required

Expiry date in UTC.

Variables

created
datetime

Creation time in UTC.

updated
datetime

Last updated time in UTC.