UpdateHistoryProperty interface

An update history of the ImmutabilityPolicy of a blob container.

Properties

allowProtectedAppendWrites

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.

allowProtectedAppendWritesAll

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.

immutabilityPeriodSinceCreationInDays

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

objectIdentifier

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

tenantId

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

timestamp

Returns the date and time the ImmutabilityPolicy was updated.

update

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

upn

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

Property Details

allowProtectedAppendWrites

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.

allowProtectedAppendWrites?: boolean

Property Value

boolean

allowProtectedAppendWritesAll

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.

allowProtectedAppendWritesAll?: boolean

Property Value

boolean

immutabilityPeriodSinceCreationInDays

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

immutabilityPeriodSinceCreationInDays?: number

Property Value

number

objectIdentifier

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

objectIdentifier?: string

Property Value

string

tenantId

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

tenantId?: string

Property Value

string

timestamp

Returns the date and time the ImmutabilityPolicy was updated.

timestamp?: Date

Property Value

Date

update

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

update?: string

Property Value

string

upn

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

upn?: string

Property Value

string