NewAuditRecord: {
    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
  • Optional key?: DeveloperKeyReference
  • operation: "VIEW" | "CREATE" | "UPDATE" | "DELETE" | "SEARCH"
  • organisationId: string
  • recordId: Record<string, unknown>
  • Optional recordLabel?: string
  • type: AuditRecordType
  • Optional user?: UserProfile