Skip to main content
Version: 8.9 (unreleased)

Type Alias: AuditLogSearchQueryResult

type AuditLogSearchQueryResult = SearchQueryResponse & object;

Defined in: gen/types.gen.ts:268

Audit log search response.

Type Declaration

items?

optional items: AuditLogResult[];

The matching audit logs.