MuleSoft · JSON Structure

Mulesoft Anypoint Platform Organization Structure

Type: object Properties: 16
API GatewayAPI ManagementEnterpriseIntegration

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

Properties

id name createdAt updatedAt ownerId clientId idprovider_id isFederated parentOrganizationIds subOrganizationIds tenantOrganizationIds mfaRequired isAutomaticAdminPromotionExempt domain isMaster environments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Organization",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "clientId": {
      "type": "string"
    },
    "idprovider_id": {
      "type": "string"
    },
    "isFederated": {
      "type": "boolean"
    },
    "parentOrganizationIds": {
      "type": "array"
    },
    "subOrganizationIds": {
      "type": "array"
    },
    "tenantOrganizationIds": {
      "type": "array"
    },
    "mfaRequired": {
      "type": "boolean"
    },
    "isAutomaticAdminPromotionExempt": {
      "type": "boolean"
    },
    "domain": {
      "type": "string"
    },
    "isMaster": {
      "type": "boolean"
    },
    "environments": {
      "type": "array"
    }
  }
}