Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / AuditActor
Interface: AuditActor
Defined in: packages/security/src/audit/types.ts:20
Pointer to who initiated an audited action. The audit log never stores the secret value itself; only metadata that is safe to log.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | string | packages/security/src/audit/types.ts:22 |
kind | readonly | AuditActorKind | packages/security/src/audit/types.ts:21 |
label? | readonly | string | packages/security/src/audit/types.ts:23 |