Axway · Schema

platform.org.security.update

Published when organization security settings are updated.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
changes object
from object
modified_by object
View JSON Schema on GitHub

JSON Schema

axway-platformorgsecurityupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.org.security.update",
  "title": "platform.org.security.update",
  "type": "object",
  "description": "Published when organization security settings are updated.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "changes": {
      "$ref": "#/components/schemas/EventDataChanges"
    },
    "from": {
      "$ref": "#/components/schemas/EventDataFrom"
    },
    "modified_by": {
      "$ref": "#/components/schemas/EventDataModifiedBy"
    }
  }
}