1. Docs
  2. API Reference
  3. AuditViewResponseDto

AuditViewResponseDto

Example

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

Properties

3 properties 3 required

name string Required

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

surface enum Required

Audit-log surface this view belongs to. The dashboard renders each view on its surface's tab only.

Enumadminidentities
filters object Required

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

Was this page helpful?

Tell us how we can improve this guide.