Exports audit logs in a specified format for external analysis. Permissions required: bb.auditLogs.export
The project id.
Request message for exporting audit logs.
The filter of the log. It should be a valid CEL expression. Check the filter field in the SearchAuditLogsRequest message.
The order by of the log. Only support order by create_time. For example:
The export format.
FORMAT_UNSPECIFIED, CSV, JSON, SQL, XLSX The maximum number of logs to return. The service may return fewer than this value. If unspecified, at most 10 log entries will be returned. The maximum value is 5000; values above 5000 will be coerced to 5000.
A page token, received from a previous ExportAuditLogs call.
Provide this to retrieve the subsequent page.
OK