AUDIT_MGMT_MESSAGE table

The AUDIT_MGMT_MESSAGE table contains messages that are related to access requests. It includes extra audit data that is related to rows in the AUDIT_EVENT table for which the ITIM_EVENT_CATEGORY column contains the value AccessRequest. The AUDIT_MGMT_MESSAGE table contains the following columns.

Column name Column description Data type
EVENT_ID* Identifier that is assigned to this event. References AUDIT_EVENT (ID) Numeric
WORKFLOW_PROCESS_ID* Identifier of the workflow process to which this additional audit data is related. Numeric
MESSAGE* Message that is related to the request. Character (1000)

* Indicates the column is required and not null. The AUDIT_MGMT_MESSAGE table contains multiple rows that have the same WORKFLOW_PROCESS_ID column value if there is more than one message associated with the corresponding request.

Parent topic: Access request management