UpdateHistoryPropertyResponse

data class UpdateHistoryPropertyResponse(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(immutabilityPeriodSinceCreationInDays: Int, objectIdentifier: String, tenantId: String, timestamp: String, update: String, upn: String)

Types

Link copied to clipboard
object Companion

Properties

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.