Activity.auditEvent()
The method creates an event in the audit trail.
- Availability
- IBM Security Identity Manager 7.0.
- Synopsis
- activity.auditEvent(event)
- Arguments
- event
- String representing the event to be audited.
- Description
- This method creates an event in the audit trail specific to the activity. The function takes in one parameter that can be any JavaScript object that can be translated into a String for storage. In the audit trail, the event is automatically time stamped.
- Usage
- activity.auditEvent("Task completed");
Parent topic: Activity