Azure Container Registry · JSON Structure

Azure Container Registry Regenerate Credential Parameters Structure

The parameters used to regenerate the login credential.

Type: object Properties: 1 Required: 1
AzureContainer ImagesContainersDockerRegistry

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

Properties

name

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-regenerate-credential-parameters-structure.json",
  "description": "The parameters used to regenerate the login credential.",
  "type": "object",
  "properties": {
    "name": {
      "description": "Specifies name of the password which should be regenerated -- password or password2.",
      "enum": [
        "password",
        "password2"
      ],
      "type": "string",
      "x-ms-enum": {
        "modelAsString": false,
        "name": "PasswordName"
      }
    }
  },
  "required": [
    "name"
  ],
  "name": "RegenerateCredentialParameters"
}