Azure Container Registry · JSON Structure

Azure Container Registry Import Source Credentials Structure

ImportSourceCredentials schema from Azure Container Registry API

Type: object Properties: 2 Required: 1
AzureContainer ImagesContainersDockerRegistry

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

Properties

password username

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-import-source-credentials-structure.json",
  "description": "ImportSourceCredentials schema from Azure Container Registry API",
  "type": "object",
  "properties": {
    "password": {
      "description": "The password used to authenticate with the source registry.",
      "type": "string"
    },
    "username": {
      "description": "The username to authenticate with the source registry.",
      "type": "string"
    }
  },
  "required": [
    "password"
  ],
  "name": "ImportSourceCredentials"
}