Azure Logic Apps · JSON Structure

Azure Logic Apps Api Resource Policies Structure

The API resource policies.

Type: object Properties: 2
AzureIntegrationiPaaSWorkflows

ApiResourcePolicies is a JSON Structure definition published by Azure Logic Apps, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

content contentLink

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-logic-apps/refs/heads/main/json-structure/azure-logic-apps-api-resource-policies-structure.json",
  "description": "The API resource policies.",
  "type": "object",
  "properties": {
    "content": {
      "description": "The API level only policies XML as embedded content.",
      "type": "string"
    },
    "contentLink": {
      "description": "The content link to the policies.",
      "type": "string"
    }
  },
  "name": "ApiResourcePolicies"
}