ContainerProperties

The properties of a container.

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Properties

Name Type Description
hasImmutabilityPolicy boolean The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if Immutabil
hasLegalHold boolean The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out.
immutabilityPolicy object The ImmutabilityPolicy property of the container.
lastModifiedTime string Returns the date and time the container was last modified.
leaseDuration string Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
leaseState string Lease state of the container.
leaseStatus string The lease status of the container.
legalHold object The LegalHold property of the container.
metadata object A name-value pair to associate with the container as metadata.
publicAccess string Specifies whether data in the container may be accessed publicly and the level of access.
View JSON Schema on GitHub

JSON Schema

azure-storage-accounts-container-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-schema/azure-storage-accounts-container-properties-schema.json",
  "title": "ContainerProperties",
  "description": "The properties of a container.",
  "properties": {
    "hasImmutabilityPolicy": {
      "description": "The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.",
      "readOnly": true,
      "type": "boolean"
    },
    "hasLegalHold": {
      "description": "The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.",
      "readOnly": true,
      "type": "boolean"
    },
    "immutabilityPolicy": {
      "$ref": "#/definitions/ImmutabilityPolicyProperties",
      "description": "The ImmutabilityPolicy property of the container.",
      "readOnly": true,
      "x-ms-client-name": "ImmutabilityPolicy"
    },
    "lastModifiedTime": {
      "description": "Returns the date and time the container was last modified.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "leaseDuration": {
      "description": "Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.",
      "enum": [
        "Infinite",
        "Fixed"
      ],
      "readOnly": true,
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "LeaseDuration"
      }
    },
    "leaseState": {
      "description": "Lease state of the container.",
      "enum": [
        "Available",
        "Leased",
        "Expired",
        "Breaking",
        "Broken"
      ],
      "readOnly": true,
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "LeaseState"
      }
    },
    "leaseStatus": {
      "description": "The lease status of the container.",
      "enum": [
        "Locked",
        "Unlocked"
      ],
      "readOnly": true,
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "LeaseStatus"
      }
    },
    "legalHold": {
      "$ref": "#/definitions/LegalHoldProperties",
      "description": "The LegalHold property of the container.",
      "readOnly": true
    },
    "metadata": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "A name-value pair to associate with the container as metadata.",
      "type": "object"
    },
    "publicAccess": {
      "description": "Specifies whether data in the container may be accessed publicly and the level of access.",
      "enum": [
        "Container",
        "Blob",
        "None"
      ],
      "type": "string",
      "x-ms-enum": {
        "modelAsString": false,
        "name": "PublicAccess"
      }
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-storage-accounts-container-properties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.