Azure Container Registry · JSON Structure

Azure Container Registry Encryption Property Structure

EncryptionProperty schema from Azure Container Registry API

Type: object Properties: 2
AzureContainer ImagesContainersDockerRegistry

EncryptionProperty is a JSON Structure definition published by Azure Container Registry, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

keyVaultProperties status

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-container-registry/refs/heads/main/json-structure/azure-container-registry-encryption-property-structure.json",
  "description": "EncryptionProperty schema from Azure Container Registry API",
  "type": "object",
  "properties": {
    "keyVaultProperties": {
      "$ref": "#/definitions/KeyVaultProperties",
      "description": "Key vault properties."
    },
    "status": {
      "description": "Indicates whether or not the encryption is enabled for container registry.",
      "enum": [
        "enabled",
        "disabled"
      ],
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "EncryptionStatus"
      }
    }
  },
  "name": "EncryptionProperty"
}