Azure Container Registry · JSON Structure

Azure Container Registry Key Vault Properties Structure

KeyVaultProperties schema from Azure Container Registry API

Type: object Properties: 2
AzureContainer ImagesContainersDockerRegistry

KeyVaultProperties 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

identity keyIdentifier

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-key-vault-properties-structure.json",
  "description": "KeyVaultProperties schema from Azure Container Registry API",
  "type": "object",
  "properties": {
    "identity": {
      "description": "The client id of the identity which will be used to access key vault.",
      "type": "string"
    },
    "keyIdentifier": {
      "description": "Key vault uri to access the encryption key.",
      "type": "string"
    }
  },
  "name": "KeyVaultProperties"
}