google-apis-androidmanagement_v1 0.34.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/androidmanagement_v1/classes.rb +1136 -0
- data/lib/google/apis/androidmanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/androidmanagement_v1/representations.rb +575 -0
- data/lib/google/apis/androidmanagement_v1/service.rb +83 -1
- metadata +5 -5
@@ -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,18 +112,54 @@ 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
|
|
100
148
|
include Google::Apis::Core::JsonObjectSupport
|
101
149
|
end
|
102
150
|
|
151
|
+
class ClearAppsDataParams
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ClearAppsDataStatus
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
103
163
|
class Command
|
104
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
165
|
|
@@ -118,6 +178,12 @@ module Google
|
|
118
178
|
include Google::Apis::Core::JsonObjectSupport
|
119
179
|
end
|
120
180
|
|
181
|
+
class ConnectEvent
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
121
187
|
class ContactInfo
|
122
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
189
|
|
@@ -136,6 +202,12 @@ module Google
|
|
136
202
|
include Google::Apis::Core::JsonObjectSupport
|
137
203
|
end
|
138
204
|
|
205
|
+
class CryptoSelfTestCompletedEvent
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
139
211
|
class Date
|
140
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
213
|
|
@@ -160,6 +232,12 @@ module Google
|
|
160
232
|
include Google::Apis::Core::JsonObjectSupport
|
161
233
|
end
|
162
234
|
|
235
|
+
class DnsEvent
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
163
241
|
class Empty
|
164
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
243
|
|
@@ -190,6 +268,18 @@ module Google
|
|
190
268
|
include Google::Apis::Core::JsonObjectSupport
|
191
269
|
end
|
192
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
|
+
|
193
283
|
class FreezePeriod
|
194
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
285
|
|
@@ -214,12 +304,54 @@ module Google
|
|
214
304
|
include Google::Apis::Core::JsonObjectSupport
|
215
305
|
end
|
216
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
|
+
|
217
331
|
class KeyedAppState
|
218
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
333
|
|
220
334
|
include Google::Apis::Core::JsonObjectSupport
|
221
335
|
end
|
222
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
|
+
|
223
355
|
class KioskCustomization
|
224
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
357
|
|
@@ -238,6 +370,12 @@ module Google
|
|
238
370
|
include Google::Apis::Core::JsonObjectSupport
|
239
371
|
end
|
240
372
|
|
373
|
+
class ListEnrollmentTokensResponse
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
241
379
|
class ListEnterprisesResponse
|
242
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
381
|
|
@@ -262,6 +400,24 @@ module Google
|
|
262
400
|
include Google::Apis::Core::JsonObjectSupport
|
263
401
|
end
|
264
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
|
+
|
265
421
|
class ManagedConfigurationTemplate
|
266
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
423
|
|
@@ -280,6 +436,18 @@ module Google
|
|
280
436
|
include Google::Apis::Core::JsonObjectSupport
|
281
437
|
end
|
282
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
|
+
|
283
451
|
class MemoryEvent
|
284
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
453
|
|
@@ -316,24 +484,54 @@ module Google
|
|
316
484
|
include Google::Apis::Core::JsonObjectSupport
|
317
485
|
end
|
318
486
|
|
487
|
+
class OncWifiContext
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
319
493
|
class Operation
|
320
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
495
|
|
322
496
|
include Google::Apis::Core::JsonObjectSupport
|
323
497
|
end
|
324
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
|
+
|
325
511
|
class PackageNameList
|
326
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
513
|
|
328
514
|
include Google::Apis::Core::JsonObjectSupport
|
329
515
|
end
|
330
516
|
|
517
|
+
class PasswordPoliciesContext
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
331
523
|
class PasswordRequirements
|
332
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
525
|
|
334
526
|
include Google::Apis::Core::JsonObjectSupport
|
335
527
|
end
|
336
528
|
|
529
|
+
class PerAppResult
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
337
535
|
class PermissionGrant
|
338
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
537
|
|
@@ -388,6 +586,12 @@ module Google
|
|
388
586
|
include Google::Apis::Core::JsonObjectSupport
|
389
587
|
end
|
390
588
|
|
589
|
+
class RemoteLockEvent
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
391
595
|
class SecurityPosture
|
392
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
597
|
|
@@ -418,6 +622,12 @@ module Google
|
|
418
622
|
include Google::Apis::Core::JsonObjectSupport
|
419
623
|
end
|
420
624
|
|
625
|
+
class SpecificNonComplianceContext
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
421
631
|
class Status
|
422
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
633
|
|
@@ -460,6 +670,12 @@ module Google
|
|
460
670
|
include Google::Apis::Core::JsonObjectSupport
|
461
671
|
end
|
462
672
|
|
673
|
+
class UsageLogEvent
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
463
679
|
class User
|
464
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
681
|
|
@@ -496,6 +712,25 @@ module Google
|
|
496
712
|
include Google::Apis::Core::JsonObjectSupport
|
497
713
|
end
|
498
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
|
+
|
499
734
|
class AdvancedSecurityOverrides
|
500
735
|
# @private
|
501
736
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -522,6 +757,27 @@ module Google
|
|
522
757
|
end
|
523
758
|
end
|
524
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
|
+
|
525
781
|
class AppTrackInfo
|
526
782
|
# @private
|
527
783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -639,6 +895,17 @@ module Google
|
|
639
895
|
end
|
640
896
|
end
|
641
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
|
+
|
642
909
|
class BlockAction
|
643
910
|
# @private
|
644
911
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -647,6 +914,31 @@ module Google
|
|
647
914
|
end
|
648
915
|
end
|
649
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
|
+
|
650
942
|
class ChoosePrivateKeyRule
|
651
943
|
# @private
|
652
944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -656,9 +948,28 @@ module Google
|
|
656
948
|
end
|
657
949
|
end
|
658
950
|
|
951
|
+
class ClearAppsDataParams
|
952
|
+
# @private
|
953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
+
collection :package_names, as: 'packageNames'
|
955
|
+
end
|
956
|
+
end
|
957
|
+
|
958
|
+
class ClearAppsDataStatus
|
959
|
+
# @private
|
960
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
961
|
+
hash :results, as: 'results', class: Google::Apis::AndroidmanagementV1::PerAppResult, decorator: Google::Apis::AndroidmanagementV1::PerAppResult::Representation
|
962
|
+
|
963
|
+
end
|
964
|
+
end
|
965
|
+
|
659
966
|
class Command
|
660
967
|
# @private
|
661
968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
969
|
+
property :clear_apps_data_params, as: 'clearAppsDataParams', class: Google::Apis::AndroidmanagementV1::ClearAppsDataParams, decorator: Google::Apis::AndroidmanagementV1::ClearAppsDataParams::Representation
|
970
|
+
|
971
|
+
property :clear_apps_data_status, as: 'clearAppsDataStatus', class: Google::Apis::AndroidmanagementV1::ClearAppsDataStatus, decorator: Google::Apis::AndroidmanagementV1::ClearAppsDataStatus::Representation
|
972
|
+
|
662
973
|
property :create_time, as: 'createTime'
|
663
974
|
property :duration, as: 'duration'
|
664
975
|
property :error_code, as: 'errorCode'
|
@@ -688,6 +999,15 @@ module Google
|
|
688
999
|
end
|
689
1000
|
end
|
690
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
|
+
|
691
1011
|
class ContactInfo
|
692
1012
|
# @private
|
693
1013
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -719,6 +1039,13 @@ module Google
|
|
719
1039
|
end
|
720
1040
|
end
|
721
1041
|
|
1042
|
+
class CryptoSelfTestCompletedEvent
|
1043
|
+
# @private
|
1044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
+
property :success, as: 'success'
|
1046
|
+
end
|
1047
|
+
end
|
1048
|
+
|
722
1049
|
class Date
|
723
1050
|
# @private
|
724
1051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -811,6 +1138,16 @@ module Google
|
|
811
1138
|
end
|
812
1139
|
end
|
813
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
|
+
|
814
1151
|
class Empty
|
815
1152
|
# @private
|
816
1153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -870,6 +1207,20 @@ module Google
|
|
870
1207
|
end
|
871
1208
|
end
|
872
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
|
+
|
873
1224
|
class FreezePeriod
|
874
1225
|
# @private
|
875
1226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -920,6 +1271,41 @@ module Google
|
|
920
1271
|
end
|
921
1272
|
end
|
922
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
|
+
|
923
1309
|
class KeyedAppState
|
924
1310
|
# @private
|
925
1311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -932,6 +1318,26 @@ module Google
|
|
932
1318
|
end
|
933
1319
|
end
|
934
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
|
+
|
935
1341
|
class KioskCustomization
|
936
1342
|
# @private
|
937
1343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -959,6 +1365,15 @@ module Google
|
|
959
1365
|
end
|
960
1366
|
end
|
961
1367
|
|
1368
|
+
class ListEnrollmentTokensResponse
|
1369
|
+
# @private
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1371
|
+
collection :enrollment_tokens, as: 'enrollmentTokens', class: Google::Apis::AndroidmanagementV1::EnrollmentToken, decorator: Google::Apis::AndroidmanagementV1::EnrollmentToken::Representation
|
1372
|
+
|
1373
|
+
property :next_page_token, as: 'nextPageToken'
|
1374
|
+
end
|
1375
|
+
end
|
1376
|
+
|
962
1377
|
class ListEnterprisesResponse
|
963
1378
|
# @private
|
964
1379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -995,6 +1410,24 @@ module Google
|
|
995
1410
|
end
|
996
1411
|
end
|
997
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
|
+
|
998
1431
|
class ManagedConfigurationTemplate
|
999
1432
|
# @private
|
1000
1433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1026,6 +1459,22 @@ module Google
|
|
1026
1459
|
end
|
1027
1460
|
end
|
1028
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
|
+
|
1029
1478
|
class MemoryEvent
|
1030
1479
|
# @private
|
1031
1480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1064,6 +1513,9 @@ module Google
|
|
1064
1513
|
property :non_compliance_reason, as: 'nonComplianceReason'
|
1065
1514
|
property :package_name, as: 'packageName'
|
1066
1515
|
property :setting_name, as: 'settingName'
|
1516
|
+
property :specific_non_compliance_context, as: 'specificNonComplianceContext', class: Google::Apis::AndroidmanagementV1::SpecificNonComplianceContext, decorator: Google::Apis::AndroidmanagementV1::SpecificNonComplianceContext::Representation
|
1517
|
+
|
1518
|
+
property :specific_non_compliance_reason, as: 'specificNonComplianceReason'
|
1067
1519
|
end
|
1068
1520
|
end
|
1069
1521
|
|
@@ -1085,6 +1537,13 @@ module Google
|
|
1085
1537
|
end
|
1086
1538
|
end
|
1087
1539
|
|
1540
|
+
class OncWifiContext
|
1541
|
+
# @private
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
property :wifi_guid, as: 'wifiGuid'
|
1544
|
+
end
|
1545
|
+
end
|
1546
|
+
|
1088
1547
|
class Operation
|
1089
1548
|
# @private
|
1090
1549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1097,6 +1556,20 @@ module Google
|
|
1097
1556
|
end
|
1098
1557
|
end
|
1099
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
|
+
|
1100
1573
|
class PackageNameList
|
1101
1574
|
# @private
|
1102
1575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1104,6 +1577,13 @@ module Google
|
|
1104
1577
|
end
|
1105
1578
|
end
|
1106
1579
|
|
1580
|
+
class PasswordPoliciesContext
|
1581
|
+
# @private
|
1582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1583
|
+
property :password_policy_scope, as: 'passwordPolicyScope'
|
1584
|
+
end
|
1585
|
+
end
|
1586
|
+
|
1107
1587
|
class PasswordRequirements
|
1108
1588
|
# @private
|
1109
1589
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1124,6 +1604,13 @@ module Google
|
|
1124
1604
|
end
|
1125
1605
|
end
|
1126
1606
|
|
1607
|
+
class PerAppResult
|
1608
|
+
# @private
|
1609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1610
|
+
property :clearing_result, as: 'clearingResult'
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1127
1614
|
class PermissionGrant
|
1128
1615
|
# @private
|
1129
1616
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1319,6 +1806,15 @@ module Google
|
|
1319
1806
|
end
|
1320
1807
|
end
|
1321
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
|
+
|
1322
1818
|
class SecurityPosture
|
1323
1819
|
# @private
|
1324
1820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1376,6 +1872,16 @@ module Google
|
|
1376
1872
|
end
|
1377
1873
|
end
|
1378
1874
|
|
1875
|
+
class SpecificNonComplianceContext
|
1876
|
+
# @private
|
1877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1878
|
+
property :onc_wifi_context, as: 'oncWifiContext', class: Google::Apis::AndroidmanagementV1::OncWifiContext, decorator: Google::Apis::AndroidmanagementV1::OncWifiContext::Representation
|
1879
|
+
|
1880
|
+
property :password_policies_context, as: 'passwordPoliciesContext', class: Google::Apis::AndroidmanagementV1::PasswordPoliciesContext, decorator: Google::Apis::AndroidmanagementV1::PasswordPoliciesContext::Representation
|
1881
|
+
|
1882
|
+
end
|
1883
|
+
end
|
1884
|
+
|
1379
1885
|
class Status
|
1380
1886
|
# @private
|
1381
1887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1448,6 +1954,69 @@ module Google
|
|
1448
1954
|
end
|
1449
1955
|
end
|
1450
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
|
+
|
1451
2020
|
class User
|
1452
2021
|
# @private
|
1453
2022
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1501,6 +2070,12 @@ module Google
|
|
1501
2070
|
property :wipe_after_days, as: 'wipeAfterDays'
|
1502
2071
|
end
|
1503
2072
|
end
|
2073
|
+
|
2074
|
+
class WipeFailureEvent
|
2075
|
+
# @private
|
2076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2077
|
+
end
|
2078
|
+
end
|
1504
2079
|
end
|
1505
2080
|
end
|
1506
2081
|
end
|