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
-
azure.mgmt.storage._serialization.ModelUpdateHistoryProperty
Constructor
UpdateHistoryProperty(**kwargs: Any)
Variables
Name | Description |
---|---|
update
|
The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. Known values are: "put", "lock", and "extend". |
immutability_period_since_creation_in_days
|
The immutability period for the blobs in the container since the policy creation, in days. |
timestamp
|
Returns the date and time the ImmutabilityPolicy was updated. |
object_identifier
|
Returns the Object ID of the user who updated the ImmutabilityPolicy. |
tenant_id
|
Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy. |
upn
|
Returns the User Principal Name of the user who updated the ImmutabilityPolicy. |
Azure SDK for Python