Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 512 Bytes

File metadata and controls

16 lines (8 loc) · 512 Bytes

AuditLogEntry

One entry in a screening's append-only audit trail.

Properties

Name Type Description Notes
timestamp String Unix timestamp in seconds when the event occurred, encoded as a string.
eventType AuditEventTypeEnum
data byte[] The event payload, JSON serialised and then base64 encoded. Its shape depends on `eventType` — decode it to read the event.