# AuditEventInput

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/audit/audit.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/audit/audit.service.ts#L4)

## Properties

| Property | Type |
|---|---|
| `organizationId` | `string` |
| `projectId` | `string` |
| `docVersionId` | `string` |
| `actorId` | `string` |
| `actorEmail` | `string` |
| `actorRole` | `string` |
| `action` | `string` |
| `entityType` | `string` |
| `entityId` | `string` |
| `metadata` | `Record<string, any>` |
| `ipAddress` | `string` |
| `userAgent` | `string` |
