Axway · Schema

platform.org.idp.update

Published when an identity provider is updated for an organization.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
changes object
View JSON Schema on GitHub

JSON Schema

axway-platformorgidpupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.org.idp.update",
  "title": "platform.org.idp.update",
  "type": "object",
  "description": "Published when an identity provider is updated for an organization.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/platform.org.idp.create"
    }
  ],
  "properties": {
    "changes": {
      "$ref": "#/components/schemas/EventDataChanges"
    }
  }
}