Axway · Schema

IdentityProviderList

A list of IdentityProvider objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

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