Axway · Schema

Service Account

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
client_guid object
client_id object
client_name object
View JSON Schema on GitHub

JSON Schema

axway-eventdataclient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventDataClient",
  "title": "Service Account",
  "type": "object",
  "properties": {
    "client_guid": {
      "$ref": "#/components/schemas/Client/properties/guid"
    },
    "client_id": {
      "$ref": "#/components/schemas/Client/properties/client_id"
    },
    "client_name": {
      "$ref": "#/components/schemas/Client/properties/name"
    }
  }
}