Axway · Example Payload

Amplify Platform Identity Provider Example

An example description

API ManagementEnterpriseIntegrationSecurity

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

Top-level fields

_iddescriptionguidnameorgsprotocolprovider_guid

Example Payload

Raw ↑
{
  "_id": "507f1f77bcf86cd799439011",
  "description": "An example description",
  "guid": "example_value",
  "name": "Example Name",
  "orgs": [
    {
      "case_insensitive_mapped_roles": true,
      "default_roles": [
        "administrator"
      ],
      "default_teams": [
        {
          "guid": "example_value",
          "roles": [
            "consumer"
          ]
        }
      ],
      "enforce_mapped_roles": true,
      "enforce_mapped_teams": true,
      "guid": "example_value",
      "mapped_roles": [
        {
          "friendly": "example_value",
          "name": "Example Name",
          "roles": [
            "administrator"
          ],
          "value": "example_value"
        }
      ],
      "mapped_teams": [
        {
          "friendly": "example_value",
          "name": "Example Name",
          "roles": [
            "consumer"
          ],
          "team_guid": "example_value",
          "value": "example_value"
        }
      ],
      "provision_adhoc": true,
      "restrict_domain_users": true
    }
  ],
  "protocol": "oidc",
  "provider_guid": "example_value"
}