UpdateHistoryProperty Class

An update history of the ImmutabilityPolicy of a blob container.

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

Inheritance
UpdateHistoryProperty

Constructor

UpdateHistoryProperty(**kwargs)

Variables

update
str or ImmutabilityPolicyUpdateType

The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. Possible values include: "put", "lock", "extend".

immutability_period_since_creation_in_days
int

The immutability period for the blobs in the container since the policy creation, in days.

timestamp
datetime

Returns the date and time the ImmutabilityPolicy was updated.

object_identifier
str

Returns the Object ID of the user who updated the ImmutabilityPolicy.

tenant_id
str

Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.

upn
str

Returns the User Principal Name of the user who updated the ImmutabilityPolicy.