CdaAuditEvent
Represents an audit trail event. The following properties are defined for this object.
Property | Type | Description |
Description |
String |
Description of the audit trail event. |
EventId |
Integer |
Event identifier for the audit trail event. Event instances that share the same event type will also have the same |
EventName |
String |
Name of the audit trail event. |
Machine |
String |
Computer name associated with the audit trail event. |
Parameters |
String Array |
List of parameters for this audit trail event. |
Result |
String |
Result returned by the audit trail event. |
SessionId |
String |
Identifying string for the session associated with the audit trail event, if there is one. |
SessionUri |
String |
The uniform resource identifier (URI) for the session associated with the audit trail event, if there is one. |
Time |
DateTime |
Date and time the audit trail event occurred. |
UniqueId |
Long |
Unique identifier for the event instance. |
User |
String |
User name associated with the audit trail event. |