UpdateHistoryPropertyResponse

data class UpdateHistoryPropertyResponse(val allowProtectedAppendWrites: Boolean? = null, val allowProtectedAppendWritesAll: Boolean? = null, val immutabilityPeriodSinceCreationInDays: Int, val objectIdentifier: String, val tenantId: String, val timestamp: String, val update: String, val upn: String)

An update history of the ImmutabilityPolicy of a blob container.

Constructors

Link copied to clipboard
constructor(allowProtectedAppendWrites: Boolean? = null, allowProtectedAppendWritesAll: Boolean? = null, immutabilityPeriodSinceCreationInDays: Int, objectIdentifier: String, tenantId: String, timestamp: String, update: String, upn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.

Link copied to clipboard

This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Returns the date and time the ImmutabilityPolicy was updated.

Link copied to clipboard

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

Link copied to clipboard
val upn: String

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