The AuditViewResponseDto object
Example
{
"name": "string",
"surface": "admin",
"filters": {}
}Properties
name *stringDisplay name. Unique per `(user, surface)` pair.
surface *enum: "admin" | "identities"Audit-log surface this view belongs to (plan ยง19). The dashboard renders each view on its surface's tab only.
filters *any objectSnapshot of the `AuditQueryDto` filter set. Echoed back verbatim so the dashboard can re-apply the exact filter chips.