Axway · Schema

platform.org.user.idp.update

Published when an Identity Provider requirement is made for a user in an organization.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
idp object Identity Provider associated to the organization.
modified_by object
View JSON Schema on GitHub

JSON Schema

axway-platformorguseridpupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.org.user.idp.update",
  "title": "platform.org.user.idp.update",
  "type": "object",
  "description": "Published when an Identity Provider requirement is made for a user in an organization.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    },
    {
      "$ref": "#/components/schemas/EventDataUser"
    }
  ],
  "properties": {
    "idp": {
      "type": "object",
      "description": "Identity Provider associated to the organization.",
      "properties": {
        "id": {
          "$ref": "#/components/schemas/IdentityProvider/properties/guid"
        },
        "name": {
          "$ref": "#/components/schemas/IdentityProvider/properties/name"
        }
      },
      "example": {
        "id": {},
        "name": {}
      }
    },
    "modified_by": {
      "$ref": "#/components/schemas/EventDataModifiedBy"
    }
  }
}