Immutability Policy Properties Response
data class ImmutabilityPolicyPropertiesResponse(val allowProtectedAppendWrites: Boolean? = null, val etag: String, val immutabilityPeriodSinceCreationInDays: Int? = null, val state: String, val updateHistory: List<UpdateHistoryPropertyResponse>)
The properties of an ImmutabilityPolicy of a blob container.
Constructors
Link copied to clipboard
fun ImmutabilityPolicyPropertiesResponse(allowProtectedAppendWrites: Boolean? = null, etag: String, immutabilityPeriodSinceCreationInDays: Int? = null, state: String, updateHistory: List<UpdateHistoryPropertyResponse>)
Types
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