audit_audit_log
Record structured audit events with details like actor, resource, and outcome to maintain system accountability and track activities.
Instructions
[audit] Record a structured audit event. Returns {id, type, actor, resource, timestamp}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | ||
| actor | No | ||
| resource | No | ||
| metadata | No | ||
| severity | No | ||
| outcome | No |