CdaAuditSessionDataIntegrityStatus
If you’ve enabled the audit store database for data integrity checking, this object refers to the session’s data integrity status. Data integrity checking provides the ability to detect if auditing data has been tampered. The following properties are defined for this object.
Property | Type | Description |
Session |
CdaAuditSession |
The audited user session |
Status |
Integer |
Unknown = -1 Passed = 0 Not Enabled = 1 Session Not Found = 2 Missing Final Thumbprint = 3 Invalid Final Thumbprint = 4 Missing Thumbprint = 5 Invalid Thumbprint = 6 Failed = 7 |
StatusMessage |
String |
The friendly display message of the status |
Source |
String |
The source name of the audit session data (which contains the database table name and record Id) |