Audit Framework

Audit Event Types Reference

The EventTypes class lists the different event categories logged by the audit framework. It specifies the action performed on the resource listed in the audit application. There are 10 event types logged by the audit framework.

Event TypeSupported ResourcesDescription
ADDObject entities1, Organizations, Roles, Users, UserGroupsThe listed resource has been added.
ASSIGNOrganizations, Roles, Users, UserGroupsThe resource has been assigned to something; for example, a role assigned to a user.
DELETEObject entities1, Organizations, Roles, Users, UserGroupsThe listed resource was deleted.
IMPERSONATEUsersA user was impersonated.
LOGINUsersA user has logged in.
LOGIN_DNEUsersThe username does not exist.
LOGIN_FAILUREUsersA login failed.
LOGOUTUsersA user has logged out.
UNASSIGNOrganizations, Roles, Users, UserGroupsThe resource has been unassigned from something; for example, a role removed from a user.
UPDATEAddresses, Contacts, Object entities1, Organizations, Roles, Users, UserGroupsThe listed resource was updated.
Note

The audit framework logs events for individual object entries. See Auditing Object Events for details on enabling this feature.


  1. Object entities include ObjectAction, ObjectDefinition, ObjectEntry, ObjectField, ObjectFieldSetting, ObjectLayout (including Boxes, Columns, Rows, and Tabs), ObjectRelationship, ObjectValidationRule, and ObjectView (including Columns and Sort Columns). ObjectEntryVersion is also tracked, but only for DELETE events.