Axway · JSON Structure

Amplify Platform Marketplace.Idp.Create Structure

Published when an Identity Provider is created for a marketplace.

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

marketplace.idp.create 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

guid idp name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "marketplace.idp.create",
  "description": "Published when an Identity Provider is created for a marketplace.",
  "type": "object",
  "properties": {
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "idp": {
      "type": "object",
      "description": "Identity Provider associated to the marketplace.",
      "properties": {
        "id": {
          "$ref": "#/components/schemas/IdentityProvider/properties/guid"
        },
        "name": {
          "$ref": "#/components/schemas/IdentityProvider/properties/name"
        }
      },
      "example": {
        "id": {},
        "name": {}
      }
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    }
  }
}