The audit event export file provides details about each event in the following JSON fields:
Field | Description |
---|---|
Id |
The unique identifier of the event. |
Type |
The event type, which typically follows this format: {appKey}.{object}.{event} |
Message |
Details of the event in a user-friendly message format. |
Name |
The user-friendly name of the event. |
Actor |
The user or system that triggered the event. This field includes the following properties:
|
Timestamp |
The date and time of the event in the following format: YYYY-MM-DDThh:mm:ss.sssZ |
CustomData |
Additional information attached to the audit event in JSON format. |
Object |
The object targeted by the event. This field includes the following properties:
|
RelatedObject |
(Optional) The related parent object. This field includes the following properties:
|
ReportingAppKey |
(Optional) The identifier for the application that reported the event. |