Axway · Schema

platform.client.create

Published when an organization admin creates a Service Account client.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
roles object
View JSON Schema on GitHub

JSON Schema

amplify-platform-platform.client.create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.client.create-schema.json",
  "title": "platform.client.create",
  "description": "Published when an organization admin creates a Service Account client.",
  "type": "object",
  "properties": {
    "roles": {
      "$ref": "#/components/schemas/Client/properties/roles"
    }
  }
}