Skip to main content
Version: 8.9

Type Alias: AuditLogSearchQueryResult

type AuditLogSearchQueryResult = SearchQueryResponse & object;

Audit log search response.

Type Declaration

items

items: AuditLogResult[];

The matching audit logs.