Axway · Schema

Action User

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
action_user_guid object The `guid` of the user that performed the action
View JSON Schema on GitHub

JSON Schema

axway-eventdataactionuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventDataActionUser",
  "title": "Action User",
  "type": "object",
  "properties": {
    "action_user_guid": {
      "description": "The `guid` of the user that performed the action",
      "allOf": [
        {
          "$ref": "#/components/schemas/User/properties/guid"
        }
      ],
      "example": "example_value"
    }
  }
}