Page 1 of 1
Audit EventTypeID
Posted: Mon Apr 20, 2009 11:01 am
by dadkind
Is there a list or table that contains the meanings/values of the EventTypeID in the ac_AAuditEvent table?
Thanks,
-tomas
P.S. Does anyone have any updates on the state of an inventory audit trail?
Re: Audit EventTypeID
Posted: Mon Apr 20, 2009 5:18 pm
by jmestep
Here are how the events are defined in the source code:
ApplicationStarted = 1000
BackupEncryptionKey = 2000
ChangeEncryptionKey = 3000
ClearAuditLog = 4000
Login = 5000
Logout = 6000
PasswordChanged = 7000
PasswordRequest = 8000
RestoreEncryptionKey = 9000
ViewAuditLog = 10000
ViewCardData = 1100
Re: Audit EventTypeID
Posted: Tue Apr 21, 2009 8:56 am
by dadkind
Thanks! That helps a lot.
-tomas
jmestep wrote:Here are how the events are defined in the source code:
ApplicationStarted = 1000
BackupEncryptionKey = 2000
ChangeEncryptionKey = 3000
ClearAuditLog = 4000
Login = 5000
Logout = 6000
PasswordChanged = 7000
PasswordRequest = 8000
RestoreEncryptionKey = 9000
ViewAuditLog = 10000
ViewCardData = 1100