Axway · Schema

IdentityProviderList

A list of IdentityProvider objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

amplify-platform-identity-provider-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-identity-provider-list-schema.json",
  "title": "IdentityProviderList",
  "description": "A list of IdentityProvider objects.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/IdentityProvider"
  }
}