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.
type AuditLogSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:268
Audit log search response.
optional items: AuditLogResult[];
The matching audit logs.