Azure Storage Accounts · JSON Structure

Azure Storage Accounts Immutability Policy Properties Structure

The properties of an ImmutabilityPolicy of a blob container.

Type: object Properties: 3
AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

ImmutabilityPolicyProperties is a JSON Structure definition published by Azure Storage Accounts, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

etag properties updateHistory

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-structure/azure-storage-accounts-immutability-policy-properties-structure.json",
  "description": "The properties of an ImmutabilityPolicy of a blob container.",
  "properties": {
    "etag": {
      "description": "ImmutabilityPolicy Etag.",
      "readOnly": true,
      "type": "string"
    },
    "properties": {
      "$ref": "#/definitions/ImmutabilityPolicyProperty",
      "description": "The properties of an ImmutabilityPolicy of a blob container.",
      "x-ms-client-flatten": true
    },
    "updateHistory": {
      "description": "The ImmutabilityPolicy update history of the blob container.",
      "items": {
        "$ref": "#/definitions/UpdateHistoryProperty"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object",
  "name": "ImmutabilityPolicyProperties"
}