pub async fn search_audit_logs_with_id(
configuration: &Configuration,
audit_log_search_request: Option<AuditLogSearchRequest>,
) -> Result<AuditLogSearchResponse, Error<SearchAuditLogsWithIdError>>Expand description
Searches the audit logs with the specified criteria and pagination.