Get Blob Container Immutability Policy Result
data class GetBlobContainerImmutabilityPolicyResult(val allowProtectedAppendWrites: Boolean? = null, val etag: String, val id: String, val immutabilityPeriodSinceCreationInDays: Int? = null, val name: String, val state: String, val type: String)
The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag.
Constructors
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
The immutability period for the blobs in the container since the policy creation, in days.