Send Audit Event
Example: log an immutable audit event.
javascript
await client.audit.log({
agent: "support-agent",
action: "email.send",
resource: "customer@acme.com",
result: "allowed",
});Loading…
Example: log an immutable audit event.
await client.audit.log({
agent: "support-agent",
action: "email.send",
resource: "customer@acme.com",
result: "allowed",
});