ENUM

InstanceAuditLogOrderByField

link GraphQL Schema definition

1enum InstanceAuditLogOrderByField {
2
3id
4
5eventId
6
7objectId
8
9targetType
10
11createdDateTime
12
13eventName
14
15event
16
17userName
18
19userId
20
21clientIpAddress
22
23clientUserAgent
24
25actionResult
26
27actionName
28
29impersonatorUserId
30
31impersonatorUserName
32
33originatorApplication
34
35originatorService
36
37organizationId
38
39organizationName
40}