Axway · Schema

marketplace.idp.update

Published when an Identity Provider is updated for a marketplace.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
changes object
View JSON Schema on GitHub

JSON Schema

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