interface ExportAuditRecords {
    endDate?: string;
    format?: string;
    searchString?: string;
    startDate?: string;
}

Properties

endDate?: string

Filters the exported results to the records on or before the endDate. The endDate must be specified as a timestamp.

format?: string

The format of the export file for the audit records.

searchString?: string

Filters the exported results to records that have string property values matching the searchString.

startDate?: string

Filters the exported results to the records on or after the startDate. The startDate must be specified as a timestamp.

Generated using TypeDoc v0.25.12