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: Optional[datetime.datetime] = None, expires: Optional[datetime.datetime] = None, **kwargs)

Variables

enabled
bool

Determines whether the object is enabled.

not_before
datetime

Not before date in seconds since 1970-01-01T00:00:00Z.

expires
datetime

Expiry date in seconds since 1970-01-01T00:00:00Z.

created
datetime

Creation time in seconds since 1970-01-01T00:00:00Z.

updated
datetime

Last updated time in seconds since 1970-01-01T00:00:00Z.