AuditLogEntry
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / AuditLogEntry
Interface: AuditLogEntry
Section titled “Interface: AuditLogEntry”Defined in: @sip-protocol/types/dist/index.d.ts:2189
Audit log entry
Properties
Section titled “Properties”entryId
Section titled “entryId”entryId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2191
Entry ID
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2193
Timestamp
actor:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2195
Actor (who performed the action)
action
Section titled “action”action:
"auditor_registered"|"auditor_deactivated"|"transaction_disclosed"|"report_generated"|"disclosure_requested"|"disclosure_approved"|"disclosure_denied"|"config_updated"
Defined in: @sip-protocol/types/dist/index.d.ts:2197
Action type
details
Section titled “details”details:
Record<string,unknown>
Defined in: @sip-protocol/types/dist/index.d.ts:2199
Action details
ipAddress?
Section titled “ipAddress?”
optionalipAddress:string
Defined in: @sip-protocol/types/dist/index.d.ts:2201
IP address (if available)