Azure Storage Account · JSON Structure

Azure Storage Account Management Policy Properties Structure

The Storage Account ManagementPolicy properties.

Type: object Properties: 2 Required: 1
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

ManagementPolicyProperties is a JSON Structure definition published by Azure Storage Account, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lastModifiedTime policy

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-account/refs/heads/main/json-structure/azure-storage-account-management-policy-properties-structure.json",
  "description": "The Storage Account ManagementPolicy properties.",
  "properties": {
    "lastModifiedTime": {
      "description": "Returns the date and time the ManagementPolicies was last modified.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "policy": {
      "$ref": "#/definitions/ManagementPolicySchema",
      "description": "The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts."
    }
  },
  "type": "object",
  "required": [
    "policy"
  ],
  "name": "ManagementPolicyProperties"
}