1 | enum EventNameEnum { |
2 | |
3 | LoginSucceeded |
4 | |
5 | LoginFailed |
6 | |
7 | LoginAttemptsExceeded |
8 | |
9 | Impersonated |
10 | |
11 | PasswordChange |
12 | |
13 | Logout |
14 | |
15 | PasswordToken |
16 | |
17 | LoginVerifyMFAToken |
18 | |
19 | RegisterMFA |
20 | |
21 | RegisterMFAVerifyMFAToken |
22 | |
23 | UnregisterMFA |
24 | |
25 | AuditConfigChange |
26 | |
27 | EngineBuildSubmit |
28 | |
29 | EngineBuildApprove |
30 | |
31 | EngineBuildDisapprove |
32 | |
33 | EngineBuildCreate |
34 | |
35 | EngineBuildUpload |
36 | |
37 | EngineBuildInvalidate |
38 | |
39 | EngineBuildPause |
40 | |
41 | EngineBuildUnpause |
42 | |
43 | EngineBuildDelete |
44 | |
45 | EngineBuildUpdate |
46 | |
47 | EngineCreate |
48 | |
49 | EngineUpdate |
50 | |
51 | EngineDisable |
52 | |
53 | EngineEnable |
54 | |
55 | IntegrationSettings |
56 | |
57 | OrganizationCreate |
58 | |
59 | OrganizationUpdate |
60 | |
61 | OrganizationDelete |
62 | |
63 | OrganizationInvitation |
64 | |
65 | OrganizationRequest |
66 | |
67 | OrganizationRequestRejected |
68 | |
69 | OrganizationRequestApproved |
70 | |
71 | OrganizationInvitationRejected |
72 | |
73 | OrganizationInvitationAccepted |
74 | |
75 | TrialSignUp |
76 | |
77 | BenchmarkSignUp |
78 | |
79 | VoiceSignUp |
80 | |
81 | SportxSignUp |
82 | |
83 | VerisafeSignUp |
84 | |
85 | DeveloperTrialSignUp |
86 | |
87 | AutomateStudioSignUp |
88 | |
89 | AwsReferralSignUp |
90 | |
91 | RedactSelfServiceSignUp |
92 | |
93 | UserCreate |
94 | |
95 | UserUpdate |
96 | |
97 | UserDelete |
98 | |
99 | Unknown |
100 | |
101 | RecordingDeleted |
102 | |
103 | RecordingCreated |
104 | |
105 | RecordingInserted |
106 | |
107 | RecordingInsertFailed |
108 | |
109 | WatchListUpdated |
110 | |
111 | UserCreated |
112 | |
113 | UserDeleted |
114 | |
115 | AssetUploaded |
116 | |
117 | AssetMetadataUpdated |
118 | |
119 | NewVersionAvailable |
120 | |
121 | NewVersionInstalled |
122 | |
123 | PackageCreated |
124 | |
125 | PackageDeleted |
126 | |
127 | PackageApproved |
128 | |
129 | PackageRejected |
130 | |
131 | PackageInstalled |
132 | |
133 | PackageGrantSet |
134 | |
135 | PackageGrantRemoved |
136 | |
137 | AccessMedia |
138 | |
139 | ApplicationCreate |
140 | |
141 | ApplicationUpdate |
142 | |
143 | ApplicationDelete |
144 | |
145 | ClusterCreate |
146 | |
147 | ClusterDelete |
148 | |
149 | ClusterUpdate |
150 | |
151 | FolderCreate |
152 | |
153 | FolderUpdate |
154 | |
155 | FolderDelete |
156 | |
157 | MediaSourceCreate |
158 | |
159 | MediaSourceUpdate |
160 | |
161 | MediaSourceDelete |
162 | |
163 | LibraryTrainingComplete |
164 | |
165 | StructuredDataCreate |
166 | |
167 | StructuredDataDelete |
168 | |
169 | StructuredDataRegistryCreate |
170 | |
171 | StructuredDataRegistryUpdate |
172 | |
173 | StructuredDataRegistryDelete |
174 | |
175 | JobCreated |
176 | } |