INPUT_OBJECT

AuditLogExportRequestFilterInput

link GraphQL Schema definition

1input AuditLogExportRequestFilterInput {
4
2# Optional parameter to export org-level logs. For SA use only
3organizationId: String
7
5# Mandatory time range filter
6dateTimeFilter: AuditLogDateTimeFilterInput!
10
8# Events to include in the export. Includes all events by default
9eventNames: [EventNameEnum]
13
11# UserNames to audit. If empty then all org/instance users will be returned
12userNames: [String]
14}

link Required by

This element is not required by anyone