Type alias NewAuditRecord
New
Audit
Record
: { clientIpAddress
?: string; key
?: DeveloperKeyReference; operation
: "VIEW" | "CREATE" | "UPDATE" | "DELETE" | "SEARCH"; organisationId
: string; recordId
: Record<string, unknown>; recordLabel
?: string; type
: AuditRecordType; user
?: UserProfile; }
Type declaration
-
Optional
clientIpAddress?: string
-
-
operation: "VIEW" | "CREATE" | "UPDATE" | "DELETE" | "SEARCH"
-
organisationId: string
-
recordId: Record<string, unknown>
-
Optional
recordLabel?: string
-
-