Axway · Example Payload

Amplify Platform Role Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform Role Example is an example object payload from Axway, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clientconsumerdefaultdisabledentitlementidnameorderorgpartnerplatform_restrictedproductrequired_default_rolessubscriptionteamweb_only

Example Payload

Raw ↑
{
  "client": true,
  "consumer": true,
  "default": true,
  "disabled": true,
  "entitlement": "example_value",
  "id": "507f1f77bcf86cd799439011",
  "name": "Example Name",
  "order": 1.0,
  "org": true,
  "partner": "example_value",
  "platform_restricted": true,
  "product": "example_value",
  "required_default_roles": [
    "example_value"
  ],
  "subscription": [
    "10.0.0.1"
  ],
  "team": true,
  "web_only": true
}