AuditRecord
object
A record of a user action that captures a snapshot of the related information at the time of the event.
Fields
id
ID!
non-null
AuditRecord unique identifier.
correlationId
ID!
non-null
For correlating multiple related audit events across services.
action
String!
non-null
Name of the action performed for example Create, Modify, Delete, Read, etc...
actionOccurredAt
DateTime!
non-null
Timestamp indicating when action occurred, also known as 'Timestamp'.
feature
String!
non-null
Name of the product feature that performed the action; for example, backup, rmm, takecontrol, etc...
auditType
String!
non-null
The category of the action being performed, which could be things like Device Management, User Management, Service Management, etc...
message
String!
non-null
Message with more details about the event.
customEventData
JSON
Optional information in json format that describes the audit action.
user
AuditRecordUser
User information captured at the moment of the Audit event.
partner
AuditRecordPartner
Partner information captured at the moment of the Audit event.
serviceOrganization
AuditRecordServiceOrganization
Service Organization information captured at the moment of the Audit event.
customer
AuditRecordCustomer
Customer information captured at the moment of the Audit event.
site
AuditRecordSite
Site information captured at the moment of the Audit event.
resource
AuditRecordResource!
non-null
Resource that was targeted by the Audit Action. Information captured at the moment of the Audit event.