ContainerAppSecret

ContainerAppSecret schema from Azure Container Apps API

AzureContainersDaprKubernetesMicroservicesServerless

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

azure-container-apps-container-app-secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-apps/refs/heads/main/json-schema/azure-container-apps-container-app-secret-schema.json",
  "title": "ContainerAppSecret",
  "description": "ContainerAppSecret schema from Azure Container Apps API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "readOnly": true
    },
    "value": {
      "type": "string",
      "readOnly": true
    }
  }
}