INPUT_OBJECT
InstanceAuditLogInput
link GraphQL Schema definition
1 input InstanceAuditLogInput { 4 2 # The unique ID of an audit log entry. Multiple values can be provided. 3 ID!] : [ 7 5 # User name on audit entry. It can be partial match. 6 String : 10 8 # User id on audit entry. 9 String : 14 11 # The name of the event involved in the audit action, such as `auditLoginSuccess`. 12 # It can be partial match. 13 EventNameEnum : 19 15 # Date/time up to which entries will be returned. In other words, the 16 # end of the query time window. 17 # Defaults to the current time. 18 DateTime : 24 20 # Date/time from which entries will be returned. In other words, the 21 # start of the query time window. 22 # Defaults to the `toDateTime` minus 7 days. 23 DateTime : 27 25 # Offset into result set, for paging. 26 Int : 32 28 # Limit on result size, for paging (page size). Audit queries are 29 # lightweight so the default of 100 is higher than the default offset 30 # used elsewhere in the API. 31 Int : 35 33 # Order information. Default is order by `createdDateTime` descending. 34 InstanceAuditLogOrderBy!] : [ 36 }
link Required by
This element is not required by anyone