MuleSoft · JSON Structure

Mulesoft Anypoint Platform Entitlements Structure

Type: object Properties: 3
API GatewayAPI ManagementEnterpriseIntegration

Entitlements is a JSON Structure definition published by MuleSoft, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

createEnvironments globalDeployment createSubOrgs

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Entitlements",
  "type": "object",
  "properties": {
    "createEnvironments": {
      "type": "boolean"
    },
    "globalDeployment": {
      "type": "boolean"
    },
    "createSubOrgs": {
      "type": "boolean"
    }
  }
}