INPUT_OBJECT
AuditLogExportRequestFilterInput
link GraphQL Schema definition
1 input 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 4 String : 8 6 # Optional time range filter 7 AuditLogDateTimeFilterInput : 11 9 # Events to include in the export. Includes all events by default 10 EventNameEnum] : [ 14 12 # UserNames to audit. If empty then all org/instance users will be returned 13 String] : [ 15 }
link Required by
This element is not required by anyone