1. Docs
  2. API Reference
  3. AuditViewResponseDto

The AuditViewResponseDto object

Example

{
  "name": "string",
  "surface": "admin",
  "filters": {}
}

Properties

  • namestring*

    Display name. Unique per `(user, surface)` pair.

  • surfaceenum: "admin" | "identities"*

    Audit-log surface this view belongs to (plan ยง19). The dashboard renders each view on its surface's tab only.

  • filtersany object*

    Snapshot of the `AuditQueryDto` filter set. Echoed back verbatim so the dashboard can re-apply the exact filter chips.