agentskit.js

AuditEntry

Auto-generated API reference for AuditEntry.

Interface: AuditEntry<TPayload>

Defined in: audit-log.ts:3

#Type Parameters

#TPayload

TPayload = unknown

#Properties

#action

action: string

Defined in: audit-log.ts:8


#actor

actor: string

Defined in: audit-log.ts:7


#payload

payload: TPayload

Defined in: audit-log.ts:9


#prevHash

prevHash: string

Defined in: audit-log.ts:11

Hex SHA-256 of the previous entry's canonical form. '' for seq 1.


#seq

seq: number

Defined in: audit-log.ts:5

Monotonic sequence within a log. Starts at 1.


#signature

signature: string

Defined in: audit-log.ts:13

Hex HMAC of the canonical form of this entry (including prevHash).


#timestamp

timestamp: string

Defined in: audit-log.ts:6

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page