INPUT_OBJECT

AuditLogExportRequestFilterInput

link GraphQL Schema definition

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

link Required by

This element is not required by anyone