Axway · JSON Structure

Amplify Platform Platform.Org.Idp.Domain.Associate Structure

Published when an Identity Provider is enabled for users on a domain in an organization.

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

platform.org.idp.domain.associate is a JSON Structure definition published by Axway, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

idp modified_by tld

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.org.idp.domain.associate",
  "description": "Published when an Identity Provider is enabled for users on a domain in an organization.",
  "type": "object",
  "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": {
      "type": "string",
      "description": "\"platform\" or received value from event's `data.lastModifiedVia`."
    },
    "tld": {
      "$ref": "#/components/schemas/Domain/properties/tld"
    }
  }
}