Axway · JSON Structure

Amplify Platform Platform.Client.Create Structure

Published when an organization admin creates a Service Account client.

Type: object Properties: 1
API ManagementEnterpriseIntegrationSecurity

platform.client.create is a JSON Structure definition published by Axway, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

roles

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

JSON Structure

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