MuleSoft · JSON Structure

Mulesoft Anypoint Platform Organization Update Structure

Type: object Properties: 4
API GatewayAPI ManagementEnterpriseIntegration

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

Properties

name ownerId sessionTimeout mfaRequired

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OrganizationUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "sessionTimeout": {
      "type": "integer"
    },
    "mfaRequired": {
      "type": "boolean"
    }
  }
}