BicepConfigProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
authentication object
View JSON Schema on GitHub

JSON Schema

application-research-bicepconfigproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BicepConfigProperties",
  "title": "BicepConfigProperties",
  "type": "object",
  "properties": {
    "authentication": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/RegistrySecretConfig"
      }
    }
  }
}