AuditLogEntryListRecord Data Type

The class containing detailed information about logs saved in the database inside the audit table.

Properties
name data type description
entryTs number
userName string
srcIp string
message string
entityType string
entityName string
entityDetails string
userGuid string
entityGuid string

Example

{
  "entryTs" : 12345,
  "userName" : "...",
  "srcIp" : "...",
  "message" : "...",
  "entityType" : "...",
  "entityName" : "...",
  "entityDetails" : "...",
  "userGuid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "entityGuid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
}