KeyVaultProperties

KeyVaultProperties schema from Azure Container Registry API

AzureContainer ImagesContainersDockerRegistry

Properties

Name Type Description
identity string The client id of the identity which will be used to access key vault.
keyIdentifier string Key vault uri to access the encryption key.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-key-vault-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-schema/azure-container-registry-key-vault-properties-schema.json",
  "title": "KeyVaultProperties",
  "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"
    }
  }
}