Package version:

Interface UpdateHistoryProperty

An update history of the ImmutabilityPolicy of a blob container.

interface UpdateHistoryProperty {
    allowProtectedAppendWrites?: boolean;
    allowProtectedAppendWritesAll?: boolean;
    immutabilityPeriodSinceCreationInDays?: number;
    objectIdentifier?: string;
    tenantId?: string;
    timestamp?: any;
    update?: string;
    upn?: string;
}

Properties

allowProtectedAppendWrites?: boolean

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?: boolean

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?: number

The immutability period for the blobs in the container since the policy creation, in days. NOTE: This property will not be serialized. It can only be populated by the server.

objectIdentifier?: string

Returns the Object ID of the user who updated the ImmutabilityPolicy. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp?: any

Returns the date and time the ImmutabilityPolicy was updated. NOTE: This property will not be serialized. It can only be populated by the server.

update?: string

The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. NOTE: This property will not be serialized. It can only be populated by the server.

upn?: string

Returns the User Principal Name of the user who updated the ImmutabilityPolicy. NOTE: This property will not be serialized. It can only be populated by the server.