google-apis-androidmanagement_v1 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroidmanagementV1
|
18
18
|
# Version of the google-apis-androidmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220613"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AndroidmanagementV1
|
24
24
|
|
25
|
+
class AdbShellCommandEvent
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AdbShellInteractiveEvent
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class AdvancedSecurityOverrides
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -40,6 +52,18 @@ module Google
|
|
40
52
|
include Google::Apis::Core::JsonObjectSupport
|
41
53
|
end
|
42
54
|
|
55
|
+
class AppProcessInfo
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AppProcessStartEvent
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
43
67
|
class AppTrackInfo
|
44
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
69
|
|
@@ -88,12 +112,36 @@ module Google
|
|
88
112
|
include Google::Apis::Core::JsonObjectSupport
|
89
113
|
end
|
90
114
|
|
115
|
+
class BatchUsageLogEvents
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
91
121
|
class BlockAction
|
92
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
123
|
|
94
124
|
include Google::Apis::Core::JsonObjectSupport
|
95
125
|
end
|
96
126
|
|
127
|
+
class CertAuthorityInstalledEvent
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CertAuthorityRemovedEvent
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class CertValidationFailureEvent
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
97
145
|
class ChoosePrivateKeyRule
|
98
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
147
|
|
@@ -130,6 +178,12 @@ module Google
|
|
130
178
|
include Google::Apis::Core::JsonObjectSupport
|
131
179
|
end
|
132
180
|
|
181
|
+
class ConnectEvent
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
133
187
|
class ContactInfo
|
134
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
189
|
|
@@ -148,6 +202,12 @@ module Google
|
|
148
202
|
include Google::Apis::Core::JsonObjectSupport
|
149
203
|
end
|
150
204
|
|
205
|
+
class CryptoSelfTestCompletedEvent
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
151
211
|
class Date
|
152
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
213
|
|
@@ -172,6 +232,12 @@ module Google
|
|
172
232
|
include Google::Apis::Core::JsonObjectSupport
|
173
233
|
end
|
174
234
|
|
235
|
+
class DnsEvent
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
175
241
|
class Empty
|
176
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
243
|
|
@@ -202,6 +268,18 @@ module Google
|
|
202
268
|
include Google::Apis::Core::JsonObjectSupport
|
203
269
|
end
|
204
270
|
|
271
|
+
class FilePulledEvent
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class FilePushedEvent
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
205
283
|
class FreezePeriod
|
206
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
285
|
|
@@ -226,12 +304,54 @@ module Google
|
|
226
304
|
include Google::Apis::Core::JsonObjectSupport
|
227
305
|
end
|
228
306
|
|
307
|
+
class KeyDestructionEvent
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class KeyGeneratedEvent
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class KeyImportEvent
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class KeyIntegrityViolationEvent
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
229
331
|
class KeyedAppState
|
230
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
333
|
|
232
334
|
include Google::Apis::Core::JsonObjectSupport
|
233
335
|
end
|
234
336
|
|
337
|
+
class KeyguardDismissAuthAttemptEvent
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class KeyguardDismissedEvent
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class KeyguardSecuredEvent
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
235
355
|
class KioskCustomization
|
236
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
357
|
|
@@ -280,6 +400,24 @@ module Google
|
|
280
400
|
include Google::Apis::Core::JsonObjectSupport
|
281
401
|
end
|
282
402
|
|
403
|
+
class LogBufferSizeCriticalEvent
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class LoggingStartedEvent
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class LoggingStoppedEvent
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
283
421
|
class ManagedConfigurationTemplate
|
284
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
423
|
|
@@ -298,6 +436,18 @@ module Google
|
|
298
436
|
include Google::Apis::Core::JsonObjectSupport
|
299
437
|
end
|
300
438
|
|
439
|
+
class MediaMountEvent
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class MediaUnmountEvent
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
301
451
|
class MemoryEvent
|
302
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
453
|
|
@@ -346,6 +496,18 @@ module Google
|
|
346
496
|
include Google::Apis::Core::JsonObjectSupport
|
347
497
|
end
|
348
498
|
|
499
|
+
class OsShutdownEvent
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class OsStartupEvent
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
349
511
|
class PackageNameList
|
350
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
513
|
|
@@ -424,6 +586,12 @@ module Google
|
|
424
586
|
include Google::Apis::Core::JsonObjectSupport
|
425
587
|
end
|
426
588
|
|
589
|
+
class RemoteLockEvent
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
427
595
|
class SecurityPosture
|
428
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
597
|
|
@@ -502,6 +670,12 @@ module Google
|
|
502
670
|
include Google::Apis::Core::JsonObjectSupport
|
503
671
|
end
|
504
672
|
|
673
|
+
class UsageLogEvent
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
505
679
|
class User
|
506
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
681
|
|
@@ -538,6 +712,25 @@ module Google
|
|
538
712
|
include Google::Apis::Core::JsonObjectSupport
|
539
713
|
end
|
540
714
|
|
715
|
+
class WipeFailureEvent
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class AdbShellCommandEvent
|
722
|
+
# @private
|
723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
724
|
+
property :shell_cmd, as: 'shellCmd'
|
725
|
+
end
|
726
|
+
end
|
727
|
+
|
728
|
+
class AdbShellInteractiveEvent
|
729
|
+
# @private
|
730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
541
734
|
class AdvancedSecurityOverrides
|
542
735
|
# @private
|
543
736
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -564,6 +757,27 @@ module Google
|
|
564
757
|
end
|
565
758
|
end
|
566
759
|
|
760
|
+
class AppProcessInfo
|
761
|
+
# @private
|
762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
763
|
+
property :apk_sha256_hash, as: 'apkSha256Hash'
|
764
|
+
collection :package_names, as: 'packageNames'
|
765
|
+
property :pid, as: 'pid'
|
766
|
+
property :process_name, as: 'processName'
|
767
|
+
property :seinfo, as: 'seinfo'
|
768
|
+
property :start_time, as: 'startTime'
|
769
|
+
property :uid, as: 'uid'
|
770
|
+
end
|
771
|
+
end
|
772
|
+
|
773
|
+
class AppProcessStartEvent
|
774
|
+
# @private
|
775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
776
|
+
property :process_info, as: 'processInfo', class: Google::Apis::AndroidmanagementV1::AppProcessInfo, decorator: Google::Apis::AndroidmanagementV1::AppProcessInfo::Representation
|
777
|
+
|
778
|
+
end
|
779
|
+
end
|
780
|
+
|
567
781
|
class AppTrackInfo
|
568
782
|
# @private
|
569
783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -681,6 +895,17 @@ module Google
|
|
681
895
|
end
|
682
896
|
end
|
683
897
|
|
898
|
+
class BatchUsageLogEvents
|
899
|
+
# @private
|
900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
+
property :device, as: 'device'
|
902
|
+
property :retrieval_time, as: 'retrievalTime'
|
903
|
+
collection :usage_log_events, as: 'usageLogEvents', class: Google::Apis::AndroidmanagementV1::UsageLogEvent, decorator: Google::Apis::AndroidmanagementV1::UsageLogEvent::Representation
|
904
|
+
|
905
|
+
property :user, as: 'user'
|
906
|
+
end
|
907
|
+
end
|
908
|
+
|
684
909
|
class BlockAction
|
685
910
|
# @private
|
686
911
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -689,6 +914,31 @@ module Google
|
|
689
914
|
end
|
690
915
|
end
|
691
916
|
|
917
|
+
class CertAuthorityInstalledEvent
|
918
|
+
# @private
|
919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
920
|
+
property :certificate, as: 'certificate'
|
921
|
+
property :success, as: 'success'
|
922
|
+
property :user_id, as: 'userId'
|
923
|
+
end
|
924
|
+
end
|
925
|
+
|
926
|
+
class CertAuthorityRemovedEvent
|
927
|
+
# @private
|
928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
+
property :certificate, as: 'certificate'
|
930
|
+
property :success, as: 'success'
|
931
|
+
property :user_id, as: 'userId'
|
932
|
+
end
|
933
|
+
end
|
934
|
+
|
935
|
+
class CertValidationFailureEvent
|
936
|
+
# @private
|
937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
938
|
+
property :failure_reason, as: 'failureReason'
|
939
|
+
end
|
940
|
+
end
|
941
|
+
|
692
942
|
class ChoosePrivateKeyRule
|
693
943
|
# @private
|
694
944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -749,6 +999,15 @@ module Google
|
|
749
999
|
end
|
750
1000
|
end
|
751
1001
|
|
1002
|
+
class ConnectEvent
|
1003
|
+
# @private
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1005
|
+
property :destination_ip_address, as: 'destinationIpAddress'
|
1006
|
+
property :destination_port, as: 'destinationPort'
|
1007
|
+
property :package_name, as: 'packageName'
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
752
1011
|
class ContactInfo
|
753
1012
|
# @private
|
754
1013
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -780,6 +1039,13 @@ module Google
|
|
780
1039
|
end
|
781
1040
|
end
|
782
1041
|
|
1042
|
+
class CryptoSelfTestCompletedEvent
|
1043
|
+
# @private
|
1044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
+
property :success, as: 'success'
|
1046
|
+
end
|
1047
|
+
end
|
1048
|
+
|
783
1049
|
class Date
|
784
1050
|
# @private
|
785
1051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -872,6 +1138,16 @@ module Google
|
|
872
1138
|
end
|
873
1139
|
end
|
874
1140
|
|
1141
|
+
class DnsEvent
|
1142
|
+
# @private
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
property :hostname, as: 'hostname'
|
1145
|
+
collection :ip_addresses, as: 'ipAddresses'
|
1146
|
+
property :package_name, as: 'packageName'
|
1147
|
+
property :total_ip_addresses_returned, :numeric_string => true, as: 'totalIpAddressesReturned'
|
1148
|
+
end
|
1149
|
+
end
|
1150
|
+
|
875
1151
|
class Empty
|
876
1152
|
# @private
|
877
1153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -931,6 +1207,20 @@ module Google
|
|
931
1207
|
end
|
932
1208
|
end
|
933
1209
|
|
1210
|
+
class FilePulledEvent
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :file_path, as: 'filePath'
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class FilePushedEvent
|
1218
|
+
# @private
|
1219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1220
|
+
property :file_path, as: 'filePath'
|
1221
|
+
end
|
1222
|
+
end
|
1223
|
+
|
934
1224
|
class FreezePeriod
|
935
1225
|
# @private
|
936
1226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -981,6 +1271,41 @@ module Google
|
|
981
1271
|
end
|
982
1272
|
end
|
983
1273
|
|
1274
|
+
class KeyDestructionEvent
|
1275
|
+
# @private
|
1276
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1277
|
+
property :application_uid, as: 'applicationUid'
|
1278
|
+
property :key_alias, as: 'keyAlias'
|
1279
|
+
property :success, as: 'success'
|
1280
|
+
end
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class KeyGeneratedEvent
|
1284
|
+
# @private
|
1285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
+
property :application_uid, as: 'applicationUid'
|
1287
|
+
property :key_alias, as: 'keyAlias'
|
1288
|
+
property :success, as: 'success'
|
1289
|
+
end
|
1290
|
+
end
|
1291
|
+
|
1292
|
+
class KeyImportEvent
|
1293
|
+
# @private
|
1294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1295
|
+
property :application_uid, as: 'applicationUid'
|
1296
|
+
property :key_alias, as: 'keyAlias'
|
1297
|
+
property :success, as: 'success'
|
1298
|
+
end
|
1299
|
+
end
|
1300
|
+
|
1301
|
+
class KeyIntegrityViolationEvent
|
1302
|
+
# @private
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1304
|
+
property :application_uid, as: 'applicationUid'
|
1305
|
+
property :key_alias, as: 'keyAlias'
|
1306
|
+
end
|
1307
|
+
end
|
1308
|
+
|
984
1309
|
class KeyedAppState
|
985
1310
|
# @private
|
986
1311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -993,6 +1318,26 @@ module Google
|
|
993
1318
|
end
|
994
1319
|
end
|
995
1320
|
|
1321
|
+
class KeyguardDismissAuthAttemptEvent
|
1322
|
+
# @private
|
1323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1324
|
+
property :strong_auth_method_used, as: 'strongAuthMethodUsed'
|
1325
|
+
property :success, as: 'success'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class KeyguardDismissedEvent
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
end
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
class KeyguardSecuredEvent
|
1336
|
+
# @private
|
1337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1338
|
+
end
|
1339
|
+
end
|
1340
|
+
|
996
1341
|
class KioskCustomization
|
997
1342
|
# @private
|
998
1343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1065,6 +1410,24 @@ module Google
|
|
1065
1410
|
end
|
1066
1411
|
end
|
1067
1412
|
|
1413
|
+
class LogBufferSizeCriticalEvent
|
1414
|
+
# @private
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1416
|
+
end
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class LoggingStartedEvent
|
1420
|
+
# @private
|
1421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1422
|
+
end
|
1423
|
+
end
|
1424
|
+
|
1425
|
+
class LoggingStoppedEvent
|
1426
|
+
# @private
|
1427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1428
|
+
end
|
1429
|
+
end
|
1430
|
+
|
1068
1431
|
class ManagedConfigurationTemplate
|
1069
1432
|
# @private
|
1070
1433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1096,6 +1459,22 @@ module Google
|
|
1096
1459
|
end
|
1097
1460
|
end
|
1098
1461
|
|
1462
|
+
class MediaMountEvent
|
1463
|
+
# @private
|
1464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1465
|
+
property :mount_point, as: 'mountPoint'
|
1466
|
+
property :volume_label, as: 'volumeLabel'
|
1467
|
+
end
|
1468
|
+
end
|
1469
|
+
|
1470
|
+
class MediaUnmountEvent
|
1471
|
+
# @private
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1473
|
+
property :mount_point, as: 'mountPoint'
|
1474
|
+
property :volume_label, as: 'volumeLabel'
|
1475
|
+
end
|
1476
|
+
end
|
1477
|
+
|
1099
1478
|
class MemoryEvent
|
1100
1479
|
# @private
|
1101
1480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1177,6 +1556,20 @@ module Google
|
|
1177
1556
|
end
|
1178
1557
|
end
|
1179
1558
|
|
1559
|
+
class OsShutdownEvent
|
1560
|
+
# @private
|
1561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1562
|
+
end
|
1563
|
+
end
|
1564
|
+
|
1565
|
+
class OsStartupEvent
|
1566
|
+
# @private
|
1567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1568
|
+
property :verified_boot_state, as: 'verifiedBootState'
|
1569
|
+
property :verity_mode, as: 'verityMode'
|
1570
|
+
end
|
1571
|
+
end
|
1572
|
+
|
1180
1573
|
class PackageNameList
|
1181
1574
|
# @private
|
1182
1575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1413,6 +1806,15 @@ module Google
|
|
1413
1806
|
end
|
1414
1807
|
end
|
1415
1808
|
|
1809
|
+
class RemoteLockEvent
|
1810
|
+
# @private
|
1811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1812
|
+
property :admin_package_name, as: 'adminPackageName'
|
1813
|
+
property :admin_user_id, as: 'adminUserId'
|
1814
|
+
property :target_user_id, as: 'targetUserId'
|
1815
|
+
end
|
1816
|
+
end
|
1817
|
+
|
1416
1818
|
class SecurityPosture
|
1417
1819
|
# @private
|
1418
1820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1552,6 +1954,69 @@ module Google
|
|
1552
1954
|
end
|
1553
1955
|
end
|
1554
1956
|
|
1957
|
+
class UsageLogEvent
|
1958
|
+
# @private
|
1959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1960
|
+
property :adb_shell_command_event, as: 'adbShellCommandEvent', class: Google::Apis::AndroidmanagementV1::AdbShellCommandEvent, decorator: Google::Apis::AndroidmanagementV1::AdbShellCommandEvent::Representation
|
1961
|
+
|
1962
|
+
property :adb_shell_interactive_event, as: 'adbShellInteractiveEvent', class: Google::Apis::AndroidmanagementV1::AdbShellInteractiveEvent, decorator: Google::Apis::AndroidmanagementV1::AdbShellInteractiveEvent::Representation
|
1963
|
+
|
1964
|
+
property :app_process_start_event, as: 'appProcessStartEvent', class: Google::Apis::AndroidmanagementV1::AppProcessStartEvent, decorator: Google::Apis::AndroidmanagementV1::AppProcessStartEvent::Representation
|
1965
|
+
|
1966
|
+
property :cert_authority_installed_event, as: 'certAuthorityInstalledEvent', class: Google::Apis::AndroidmanagementV1::CertAuthorityInstalledEvent, decorator: Google::Apis::AndroidmanagementV1::CertAuthorityInstalledEvent::Representation
|
1967
|
+
|
1968
|
+
property :cert_authority_removed_event, as: 'certAuthorityRemovedEvent', class: Google::Apis::AndroidmanagementV1::CertAuthorityRemovedEvent, decorator: Google::Apis::AndroidmanagementV1::CertAuthorityRemovedEvent::Representation
|
1969
|
+
|
1970
|
+
property :cert_validation_failure_event, as: 'certValidationFailureEvent', class: Google::Apis::AndroidmanagementV1::CertValidationFailureEvent, decorator: Google::Apis::AndroidmanagementV1::CertValidationFailureEvent::Representation
|
1971
|
+
|
1972
|
+
property :connect_event, as: 'connectEvent', class: Google::Apis::AndroidmanagementV1::ConnectEvent, decorator: Google::Apis::AndroidmanagementV1::ConnectEvent::Representation
|
1973
|
+
|
1974
|
+
property :crypto_self_test_completed_event, as: 'cryptoSelfTestCompletedEvent', class: Google::Apis::AndroidmanagementV1::CryptoSelfTestCompletedEvent, decorator: Google::Apis::AndroidmanagementV1::CryptoSelfTestCompletedEvent::Representation
|
1975
|
+
|
1976
|
+
property :dns_event, as: 'dnsEvent', class: Google::Apis::AndroidmanagementV1::DnsEvent, decorator: Google::Apis::AndroidmanagementV1::DnsEvent::Representation
|
1977
|
+
|
1978
|
+
property :event_id, :numeric_string => true, as: 'eventId'
|
1979
|
+
property :event_time, as: 'eventTime'
|
1980
|
+
property :event_type, as: 'eventType'
|
1981
|
+
property :file_pulled_event, as: 'filePulledEvent', class: Google::Apis::AndroidmanagementV1::FilePulledEvent, decorator: Google::Apis::AndroidmanagementV1::FilePulledEvent::Representation
|
1982
|
+
|
1983
|
+
property :file_pushed_event, as: 'filePushedEvent', class: Google::Apis::AndroidmanagementV1::FilePushedEvent, decorator: Google::Apis::AndroidmanagementV1::FilePushedEvent::Representation
|
1984
|
+
|
1985
|
+
property :key_destruction_event, as: 'keyDestructionEvent', class: Google::Apis::AndroidmanagementV1::KeyDestructionEvent, decorator: Google::Apis::AndroidmanagementV1::KeyDestructionEvent::Representation
|
1986
|
+
|
1987
|
+
property :key_generated_event, as: 'keyGeneratedEvent', class: Google::Apis::AndroidmanagementV1::KeyGeneratedEvent, decorator: Google::Apis::AndroidmanagementV1::KeyGeneratedEvent::Representation
|
1988
|
+
|
1989
|
+
property :key_import_event, as: 'keyImportEvent', class: Google::Apis::AndroidmanagementV1::KeyImportEvent, decorator: Google::Apis::AndroidmanagementV1::KeyImportEvent::Representation
|
1990
|
+
|
1991
|
+
property :key_integrity_violation_event, as: 'keyIntegrityViolationEvent', class: Google::Apis::AndroidmanagementV1::KeyIntegrityViolationEvent, decorator: Google::Apis::AndroidmanagementV1::KeyIntegrityViolationEvent::Representation
|
1992
|
+
|
1993
|
+
property :keyguard_dismiss_auth_attempt_event, as: 'keyguardDismissAuthAttemptEvent', class: Google::Apis::AndroidmanagementV1::KeyguardDismissAuthAttemptEvent, decorator: Google::Apis::AndroidmanagementV1::KeyguardDismissAuthAttemptEvent::Representation
|
1994
|
+
|
1995
|
+
property :keyguard_dismissed_event, as: 'keyguardDismissedEvent', class: Google::Apis::AndroidmanagementV1::KeyguardDismissedEvent, decorator: Google::Apis::AndroidmanagementV1::KeyguardDismissedEvent::Representation
|
1996
|
+
|
1997
|
+
property :keyguard_secured_event, as: 'keyguardSecuredEvent', class: Google::Apis::AndroidmanagementV1::KeyguardSecuredEvent, decorator: Google::Apis::AndroidmanagementV1::KeyguardSecuredEvent::Representation
|
1998
|
+
|
1999
|
+
property :log_buffer_size_critical_event, as: 'logBufferSizeCriticalEvent', class: Google::Apis::AndroidmanagementV1::LogBufferSizeCriticalEvent, decorator: Google::Apis::AndroidmanagementV1::LogBufferSizeCriticalEvent::Representation
|
2000
|
+
|
2001
|
+
property :logging_started_event, as: 'loggingStartedEvent', class: Google::Apis::AndroidmanagementV1::LoggingStartedEvent, decorator: Google::Apis::AndroidmanagementV1::LoggingStartedEvent::Representation
|
2002
|
+
|
2003
|
+
property :logging_stopped_event, as: 'loggingStoppedEvent', class: Google::Apis::AndroidmanagementV1::LoggingStoppedEvent, decorator: Google::Apis::AndroidmanagementV1::LoggingStoppedEvent::Representation
|
2004
|
+
|
2005
|
+
property :media_mount_event, as: 'mediaMountEvent', class: Google::Apis::AndroidmanagementV1::MediaMountEvent, decorator: Google::Apis::AndroidmanagementV1::MediaMountEvent::Representation
|
2006
|
+
|
2007
|
+
property :media_unmount_event, as: 'mediaUnmountEvent', class: Google::Apis::AndroidmanagementV1::MediaUnmountEvent, decorator: Google::Apis::AndroidmanagementV1::MediaUnmountEvent::Representation
|
2008
|
+
|
2009
|
+
property :os_shutdown_event, as: 'osShutdownEvent', class: Google::Apis::AndroidmanagementV1::OsShutdownEvent, decorator: Google::Apis::AndroidmanagementV1::OsShutdownEvent::Representation
|
2010
|
+
|
2011
|
+
property :os_startup_event, as: 'osStartupEvent', class: Google::Apis::AndroidmanagementV1::OsStartupEvent, decorator: Google::Apis::AndroidmanagementV1::OsStartupEvent::Representation
|
2012
|
+
|
2013
|
+
property :remote_lock_event, as: 'remoteLockEvent', class: Google::Apis::AndroidmanagementV1::RemoteLockEvent, decorator: Google::Apis::AndroidmanagementV1::RemoteLockEvent::Representation
|
2014
|
+
|
2015
|
+
property :wipe_failure_event, as: 'wipeFailureEvent', class: Google::Apis::AndroidmanagementV1::WipeFailureEvent, decorator: Google::Apis::AndroidmanagementV1::WipeFailureEvent::Representation
|
2016
|
+
|
2017
|
+
end
|
2018
|
+
end
|
2019
|
+
|
1555
2020
|
class User
|
1556
2021
|
# @private
|
1557
2022
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1605,6 +2070,12 @@ module Google
|
|
1605
2070
|
property :wipe_after_days, as: 'wipeAfterDays'
|
1606
2071
|
end
|
1607
2072
|
end
|
2073
|
+
|
2074
|
+
class WipeFailureEvent
|
2075
|
+
# @private
|
2076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2077
|
+
end
|
2078
|
+
end
|
1608
2079
|
end
|
1609
2080
|
end
|
1610
2081
|
end
|