google-apis-androidmanagement_v1 0.1.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.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module AndroidmanagementV1
18
+ # Version of the google-apis-androidmanagement_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201209"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1316 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module AndroidmanagementV1
24
+
25
+ class AdvancedSecurityOverrides
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AlwaysOnVpnPackage
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class ApiLevelCondition
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AppTrackInfo
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class Application
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class ApplicationEvent
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class ApplicationPermission
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ApplicationPolicy
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class ApplicationReport
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class ApplicationReportingSettings
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class BlockAction
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class ChoosePrivateKeyRule
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Command
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class CommonCriteriaModeInfo
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ComplianceRule
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class Date
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class Device
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class DeviceSettings
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class DisplayProp
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class Empty
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class EnrollmentToken
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Enterprise
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ExternalData
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class FreezePeriod
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class HardwareInfo
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class HardwareStatus
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class KeyedAppState
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class KioskCustomization
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class LaunchAppAction
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class ListDevicesResponse
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class ListOperationsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class ListPoliciesResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class ListWebAppsResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ManagedConfigurationTemplate
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class ManagedProperty
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class ManagedPropertyEntry
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class MemoryEvent
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class MemoryInfo
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class NetworkInfo
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class NonComplianceDetail
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class NonComplianceDetailCondition
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class Operation
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class PackageNameList
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class PasswordRequirements
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class PermissionGrant
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class PersistentPreferredActivity
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class PersonalApplicationPolicy
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class PersonalUsagePolicies
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class Policy
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class PolicyEnforcementRule
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class PostureDetail
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class PowerManagementEvent
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class ProxyInfo
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class SecurityPosture
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class SetupAction
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class SigninDetail
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class SignupUrl
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class SoftwareInfo
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class Status
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class StatusReportingSettings
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class SystemUpdate
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class SystemUpdateInfo
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class TermsAndConditions
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class User
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class UserFacingMessage
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class WebApp
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class WebAppIcon
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class WebToken
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class WipeAction
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class AdvancedSecurityOverrides
440
+ # @private
441
+ class Representation < Google::Apis::Core::JsonRepresentation
442
+ property :common_criteria_mode, as: 'commonCriteriaMode'
443
+ property :untrusted_apps_policy, as: 'untrustedAppsPolicy'
444
+ end
445
+ end
446
+
447
+ class AlwaysOnVpnPackage
448
+ # @private
449
+ class Representation < Google::Apis::Core::JsonRepresentation
450
+ property :lockdown_enabled, as: 'lockdownEnabled'
451
+ property :package_name, as: 'packageName'
452
+ end
453
+ end
454
+
455
+ class ApiLevelCondition
456
+ # @private
457
+ class Representation < Google::Apis::Core::JsonRepresentation
458
+ property :min_api_level, as: 'minApiLevel'
459
+ end
460
+ end
461
+
462
+ class AppTrackInfo
463
+ # @private
464
+ class Representation < Google::Apis::Core::JsonRepresentation
465
+ property :track_alias, as: 'trackAlias'
466
+ property :track_id, as: 'trackId'
467
+ end
468
+ end
469
+
470
+ class Application
471
+ # @private
472
+ class Representation < Google::Apis::Core::JsonRepresentation
473
+ collection :app_tracks, as: 'appTracks', class: Google::Apis::AndroidmanagementV1::AppTrackInfo, decorator: Google::Apis::AndroidmanagementV1::AppTrackInfo::Representation
474
+
475
+ collection :managed_properties, as: 'managedProperties', class: Google::Apis::AndroidmanagementV1::ManagedProperty, decorator: Google::Apis::AndroidmanagementV1::ManagedProperty::Representation
476
+
477
+ property :name, as: 'name'
478
+ collection :permissions, as: 'permissions', class: Google::Apis::AndroidmanagementV1::ApplicationPermission, decorator: Google::Apis::AndroidmanagementV1::ApplicationPermission::Representation
479
+
480
+ property :title, as: 'title'
481
+ end
482
+ end
483
+
484
+ class ApplicationEvent
485
+ # @private
486
+ class Representation < Google::Apis::Core::JsonRepresentation
487
+ property :create_time, as: 'createTime'
488
+ property :event_type, as: 'eventType'
489
+ end
490
+ end
491
+
492
+ class ApplicationPermission
493
+ # @private
494
+ class Representation < Google::Apis::Core::JsonRepresentation
495
+ property :description, as: 'description'
496
+ property :name, as: 'name'
497
+ property :permission_id, as: 'permissionId'
498
+ end
499
+ end
500
+
501
+ class ApplicationPolicy
502
+ # @private
503
+ class Representation < Google::Apis::Core::JsonRepresentation
504
+ collection :accessible_track_ids, as: 'accessibleTrackIds'
505
+ property :auto_update_mode, as: 'autoUpdateMode'
506
+ property :connected_work_and_personal_app, as: 'connectedWorkAndPersonalApp'
507
+ property :default_permission_policy, as: 'defaultPermissionPolicy'
508
+ collection :delegated_scopes, as: 'delegatedScopes'
509
+ property :disabled, as: 'disabled'
510
+ property :install_type, as: 'installType'
511
+ property :lock_task_allowed, as: 'lockTaskAllowed'
512
+ hash :managed_configuration, as: 'managedConfiguration'
513
+ property :managed_configuration_template, as: 'managedConfigurationTemplate', class: Google::Apis::AndroidmanagementV1::ManagedConfigurationTemplate, decorator: Google::Apis::AndroidmanagementV1::ManagedConfigurationTemplate::Representation
514
+
515
+ property :minimum_version_code, as: 'minimumVersionCode'
516
+ property :package_name, as: 'packageName'
517
+ collection :permission_grants, as: 'permissionGrants', class: Google::Apis::AndroidmanagementV1::PermissionGrant, decorator: Google::Apis::AndroidmanagementV1::PermissionGrant::Representation
518
+
519
+ end
520
+ end
521
+
522
+ class ApplicationReport
523
+ # @private
524
+ class Representation < Google::Apis::Core::JsonRepresentation
525
+ property :application_source, as: 'applicationSource'
526
+ property :display_name, as: 'displayName'
527
+ collection :events, as: 'events', class: Google::Apis::AndroidmanagementV1::ApplicationEvent, decorator: Google::Apis::AndroidmanagementV1::ApplicationEvent::Representation
528
+
529
+ property :installer_package_name, as: 'installerPackageName'
530
+ collection :keyed_app_states, as: 'keyedAppStates', class: Google::Apis::AndroidmanagementV1::KeyedAppState, decorator: Google::Apis::AndroidmanagementV1::KeyedAppState::Representation
531
+
532
+ property :package_name, as: 'packageName'
533
+ property :package_sha256_hash, as: 'packageSha256Hash'
534
+ collection :signing_key_cert_fingerprints, as: 'signingKeyCertFingerprints'
535
+ property :state, as: 'state'
536
+ property :version_code, as: 'versionCode'
537
+ property :version_name, as: 'versionName'
538
+ end
539
+ end
540
+
541
+ class ApplicationReportingSettings
542
+ # @private
543
+ class Representation < Google::Apis::Core::JsonRepresentation
544
+ property :include_removed_apps, as: 'includeRemovedApps'
545
+ end
546
+ end
547
+
548
+ class BlockAction
549
+ # @private
550
+ class Representation < Google::Apis::Core::JsonRepresentation
551
+ property :block_after_days, as: 'blockAfterDays'
552
+ property :block_scope, as: 'blockScope'
553
+ end
554
+ end
555
+
556
+ class ChoosePrivateKeyRule
557
+ # @private
558
+ class Representation < Google::Apis::Core::JsonRepresentation
559
+ collection :package_names, as: 'packageNames'
560
+ property :private_key_alias, as: 'privateKeyAlias'
561
+ property :url_pattern, as: 'urlPattern'
562
+ end
563
+ end
564
+
565
+ class Command
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ property :create_time, as: 'createTime'
569
+ property :duration, as: 'duration'
570
+ property :error_code, as: 'errorCode'
571
+ property :new_password, as: 'newPassword'
572
+ collection :reset_password_flags, as: 'resetPasswordFlags'
573
+ property :type, as: 'type'
574
+ property :user_name, as: 'userName'
575
+ end
576
+ end
577
+
578
+ class CommonCriteriaModeInfo
579
+ # @private
580
+ class Representation < Google::Apis::Core::JsonRepresentation
581
+ property :common_criteria_mode_status, as: 'commonCriteriaModeStatus'
582
+ end
583
+ end
584
+
585
+ class ComplianceRule
586
+ # @private
587
+ class Representation < Google::Apis::Core::JsonRepresentation
588
+ property :api_level_condition, as: 'apiLevelCondition', class: Google::Apis::AndroidmanagementV1::ApiLevelCondition, decorator: Google::Apis::AndroidmanagementV1::ApiLevelCondition::Representation
589
+
590
+ property :disable_apps, as: 'disableApps'
591
+ property :non_compliance_detail_condition, as: 'nonComplianceDetailCondition', class: Google::Apis::AndroidmanagementV1::NonComplianceDetailCondition, decorator: Google::Apis::AndroidmanagementV1::NonComplianceDetailCondition::Representation
592
+
593
+ collection :package_names_to_disable, as: 'packageNamesToDisable'
594
+ end
595
+ end
596
+
597
+ class Date
598
+ # @private
599
+ class Representation < Google::Apis::Core::JsonRepresentation
600
+ property :day, as: 'day'
601
+ property :month, as: 'month'
602
+ property :year, as: 'year'
603
+ end
604
+ end
605
+
606
+ class Device
607
+ # @private
608
+ class Representation < Google::Apis::Core::JsonRepresentation
609
+ property :api_level, as: 'apiLevel'
610
+ collection :application_reports, as: 'applicationReports', class: Google::Apis::AndroidmanagementV1::ApplicationReport, decorator: Google::Apis::AndroidmanagementV1::ApplicationReport::Representation
611
+
612
+ property :applied_policy_name, as: 'appliedPolicyName'
613
+ property :applied_policy_version, :numeric_string => true, as: 'appliedPolicyVersion'
614
+ property :applied_state, as: 'appliedState'
615
+ property :common_criteria_mode_info, as: 'commonCriteriaModeInfo', class: Google::Apis::AndroidmanagementV1::CommonCriteriaModeInfo, decorator: Google::Apis::AndroidmanagementV1::CommonCriteriaModeInfo::Representation
616
+
617
+ property :device_settings, as: 'deviceSettings', class: Google::Apis::AndroidmanagementV1::DeviceSettings, decorator: Google::Apis::AndroidmanagementV1::DeviceSettings::Representation
618
+
619
+ property :disabled_reason, as: 'disabledReason', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
620
+
621
+ collection :displays, as: 'displays', class: Google::Apis::AndroidmanagementV1::DisplayProp, decorator: Google::Apis::AndroidmanagementV1::DisplayProp::Representation
622
+
623
+ property :enrollment_time, as: 'enrollmentTime'
624
+ property :enrollment_token_data, as: 'enrollmentTokenData'
625
+ property :enrollment_token_name, as: 'enrollmentTokenName'
626
+ property :hardware_info, as: 'hardwareInfo', class: Google::Apis::AndroidmanagementV1::HardwareInfo, decorator: Google::Apis::AndroidmanagementV1::HardwareInfo::Representation
627
+
628
+ collection :hardware_status_samples, as: 'hardwareStatusSamples', class: Google::Apis::AndroidmanagementV1::HardwareStatus, decorator: Google::Apis::AndroidmanagementV1::HardwareStatus::Representation
629
+
630
+ property :last_policy_compliance_report_time, as: 'lastPolicyComplianceReportTime'
631
+ property :last_policy_sync_time, as: 'lastPolicySyncTime'
632
+ property :last_status_report_time, as: 'lastStatusReportTime'
633
+ property :management_mode, as: 'managementMode'
634
+ collection :memory_events, as: 'memoryEvents', class: Google::Apis::AndroidmanagementV1::MemoryEvent, decorator: Google::Apis::AndroidmanagementV1::MemoryEvent::Representation
635
+
636
+ property :memory_info, as: 'memoryInfo', class: Google::Apis::AndroidmanagementV1::MemoryInfo, decorator: Google::Apis::AndroidmanagementV1::MemoryInfo::Representation
637
+
638
+ property :name, as: 'name'
639
+ property :network_info, as: 'networkInfo', class: Google::Apis::AndroidmanagementV1::NetworkInfo, decorator: Google::Apis::AndroidmanagementV1::NetworkInfo::Representation
640
+
641
+ collection :non_compliance_details, as: 'nonComplianceDetails', class: Google::Apis::AndroidmanagementV1::NonComplianceDetail, decorator: Google::Apis::AndroidmanagementV1::NonComplianceDetail::Representation
642
+
643
+ property :ownership, as: 'ownership'
644
+ property :policy_compliant, as: 'policyCompliant'
645
+ property :policy_name, as: 'policyName'
646
+ collection :power_management_events, as: 'powerManagementEvents', class: Google::Apis::AndroidmanagementV1::PowerManagementEvent, decorator: Google::Apis::AndroidmanagementV1::PowerManagementEvent::Representation
647
+
648
+ collection :previous_device_names, as: 'previousDeviceNames'
649
+ property :security_posture, as: 'securityPosture', class: Google::Apis::AndroidmanagementV1::SecurityPosture, decorator: Google::Apis::AndroidmanagementV1::SecurityPosture::Representation
650
+
651
+ property :software_info, as: 'softwareInfo', class: Google::Apis::AndroidmanagementV1::SoftwareInfo, decorator: Google::Apis::AndroidmanagementV1::SoftwareInfo::Representation
652
+
653
+ property :state, as: 'state'
654
+ hash :system_properties, as: 'systemProperties'
655
+ property :user, as: 'user', class: Google::Apis::AndroidmanagementV1::User, decorator: Google::Apis::AndroidmanagementV1::User::Representation
656
+
657
+ property :user_name, as: 'userName'
658
+ end
659
+ end
660
+
661
+ class DeviceSettings
662
+ # @private
663
+ class Representation < Google::Apis::Core::JsonRepresentation
664
+ property :adb_enabled, as: 'adbEnabled'
665
+ property :development_settings_enabled, as: 'developmentSettingsEnabled'
666
+ property :encryption_status, as: 'encryptionStatus'
667
+ property :is_device_secure, as: 'isDeviceSecure'
668
+ property :is_encrypted, as: 'isEncrypted'
669
+ property :unknown_sources_enabled, as: 'unknownSourcesEnabled'
670
+ property :verify_apps_enabled, as: 'verifyAppsEnabled'
671
+ end
672
+ end
673
+
674
+ class DisplayProp
675
+ # @private
676
+ class Representation < Google::Apis::Core::JsonRepresentation
677
+ property :density, as: 'density'
678
+ property :display_id, as: 'displayId'
679
+ property :height, as: 'height'
680
+ property :name, as: 'name'
681
+ property :refresh_rate, as: 'refreshRate'
682
+ property :state, as: 'state'
683
+ property :width, as: 'width'
684
+ end
685
+ end
686
+
687
+ class Empty
688
+ # @private
689
+ class Representation < Google::Apis::Core::JsonRepresentation
690
+ end
691
+ end
692
+
693
+ class EnrollmentToken
694
+ # @private
695
+ class Representation < Google::Apis::Core::JsonRepresentation
696
+ property :additional_data, as: 'additionalData'
697
+ property :allow_personal_usage, as: 'allowPersonalUsage'
698
+ property :duration, as: 'duration'
699
+ property :expiration_timestamp, as: 'expirationTimestamp'
700
+ property :name, as: 'name'
701
+ property :one_time_only, as: 'oneTimeOnly'
702
+ property :policy_name, as: 'policyName'
703
+ property :qr_code, as: 'qrCode'
704
+ property :user, as: 'user', class: Google::Apis::AndroidmanagementV1::User, decorator: Google::Apis::AndroidmanagementV1::User::Representation
705
+
706
+ property :value, as: 'value'
707
+ end
708
+ end
709
+
710
+ class Enterprise
711
+ # @private
712
+ class Representation < Google::Apis::Core::JsonRepresentation
713
+ property :app_auto_approval_enabled, as: 'appAutoApprovalEnabled'
714
+ collection :enabled_notification_types, as: 'enabledNotificationTypes'
715
+ property :enterprise_display_name, as: 'enterpriseDisplayName'
716
+ property :logo, as: 'logo', class: Google::Apis::AndroidmanagementV1::ExternalData, decorator: Google::Apis::AndroidmanagementV1::ExternalData::Representation
717
+
718
+ property :name, as: 'name'
719
+ property :primary_color, as: 'primaryColor'
720
+ property :pubsub_topic, as: 'pubsubTopic'
721
+ collection :signin_details, as: 'signinDetails', class: Google::Apis::AndroidmanagementV1::SigninDetail, decorator: Google::Apis::AndroidmanagementV1::SigninDetail::Representation
722
+
723
+ collection :terms_and_conditions, as: 'termsAndConditions', class: Google::Apis::AndroidmanagementV1::TermsAndConditions, decorator: Google::Apis::AndroidmanagementV1::TermsAndConditions::Representation
724
+
725
+ end
726
+ end
727
+
728
+ class ExternalData
729
+ # @private
730
+ class Representation < Google::Apis::Core::JsonRepresentation
731
+ property :sha256_hash, as: 'sha256Hash'
732
+ property :url, as: 'url'
733
+ end
734
+ end
735
+
736
+ class FreezePeriod
737
+ # @private
738
+ class Representation < Google::Apis::Core::JsonRepresentation
739
+ property :end_date, as: 'endDate', class: Google::Apis::AndroidmanagementV1::Date, decorator: Google::Apis::AndroidmanagementV1::Date::Representation
740
+
741
+ property :start_date, as: 'startDate', class: Google::Apis::AndroidmanagementV1::Date, decorator: Google::Apis::AndroidmanagementV1::Date::Representation
742
+
743
+ end
744
+ end
745
+
746
+ class HardwareInfo
747
+ # @private
748
+ class Representation < Google::Apis::Core::JsonRepresentation
749
+ collection :battery_shutdown_temperatures, as: 'batteryShutdownTemperatures'
750
+ collection :battery_throttling_temperatures, as: 'batteryThrottlingTemperatures'
751
+ property :brand, as: 'brand'
752
+ collection :cpu_shutdown_temperatures, as: 'cpuShutdownTemperatures'
753
+ collection :cpu_throttling_temperatures, as: 'cpuThrottlingTemperatures'
754
+ property :device_baseband_version, as: 'deviceBasebandVersion'
755
+ collection :gpu_shutdown_temperatures, as: 'gpuShutdownTemperatures'
756
+ collection :gpu_throttling_temperatures, as: 'gpuThrottlingTemperatures'
757
+ property :hardware, as: 'hardware'
758
+ property :manufacturer, as: 'manufacturer'
759
+ property :model, as: 'model'
760
+ property :serial_number, as: 'serialNumber'
761
+ collection :skin_shutdown_temperatures, as: 'skinShutdownTemperatures'
762
+ collection :skin_throttling_temperatures, as: 'skinThrottlingTemperatures'
763
+ end
764
+ end
765
+
766
+ class HardwareStatus
767
+ # @private
768
+ class Representation < Google::Apis::Core::JsonRepresentation
769
+ collection :battery_temperatures, as: 'batteryTemperatures'
770
+ collection :cpu_temperatures, as: 'cpuTemperatures'
771
+ collection :cpu_usages, as: 'cpuUsages'
772
+ property :create_time, as: 'createTime'
773
+ collection :fan_speeds, as: 'fanSpeeds'
774
+ collection :gpu_temperatures, as: 'gpuTemperatures'
775
+ collection :skin_temperatures, as: 'skinTemperatures'
776
+ end
777
+ end
778
+
779
+ class KeyedAppState
780
+ # @private
781
+ class Representation < Google::Apis::Core::JsonRepresentation
782
+ property :create_time, as: 'createTime'
783
+ property :data, as: 'data'
784
+ property :key, as: 'key'
785
+ property :last_update_time, as: 'lastUpdateTime'
786
+ property :message, as: 'message'
787
+ property :severity, as: 'severity'
788
+ end
789
+ end
790
+
791
+ class KioskCustomization
792
+ # @private
793
+ class Representation < Google::Apis::Core::JsonRepresentation
794
+ property :device_settings, as: 'deviceSettings'
795
+ property :power_button_actions, as: 'powerButtonActions'
796
+ property :status_bar, as: 'statusBar'
797
+ property :system_error_warnings, as: 'systemErrorWarnings'
798
+ property :system_navigation, as: 'systemNavigation'
799
+ end
800
+ end
801
+
802
+ class LaunchAppAction
803
+ # @private
804
+ class Representation < Google::Apis::Core::JsonRepresentation
805
+ property :package_name, as: 'packageName'
806
+ end
807
+ end
808
+
809
+ class ListDevicesResponse
810
+ # @private
811
+ class Representation < Google::Apis::Core::JsonRepresentation
812
+ collection :devices, as: 'devices', class: Google::Apis::AndroidmanagementV1::Device, decorator: Google::Apis::AndroidmanagementV1::Device::Representation
813
+
814
+ property :next_page_token, as: 'nextPageToken'
815
+ end
816
+ end
817
+
818
+ class ListOperationsResponse
819
+ # @private
820
+ class Representation < Google::Apis::Core::JsonRepresentation
821
+ property :next_page_token, as: 'nextPageToken'
822
+ collection :operations, as: 'operations', class: Google::Apis::AndroidmanagementV1::Operation, decorator: Google::Apis::AndroidmanagementV1::Operation::Representation
823
+
824
+ end
825
+ end
826
+
827
+ class ListPoliciesResponse
828
+ # @private
829
+ class Representation < Google::Apis::Core::JsonRepresentation
830
+ property :next_page_token, as: 'nextPageToken'
831
+ collection :policies, as: 'policies', class: Google::Apis::AndroidmanagementV1::Policy, decorator: Google::Apis::AndroidmanagementV1::Policy::Representation
832
+
833
+ end
834
+ end
835
+
836
+ class ListWebAppsResponse
837
+ # @private
838
+ class Representation < Google::Apis::Core::JsonRepresentation
839
+ property :next_page_token, as: 'nextPageToken'
840
+ collection :web_apps, as: 'webApps', class: Google::Apis::AndroidmanagementV1::WebApp, decorator: Google::Apis::AndroidmanagementV1::WebApp::Representation
841
+
842
+ end
843
+ end
844
+
845
+ class ManagedConfigurationTemplate
846
+ # @private
847
+ class Representation < Google::Apis::Core::JsonRepresentation
848
+ hash :configuration_variables, as: 'configurationVariables'
849
+ property :template_id, as: 'templateId'
850
+ end
851
+ end
852
+
853
+ class ManagedProperty
854
+ # @private
855
+ class Representation < Google::Apis::Core::JsonRepresentation
856
+ property :default_value, as: 'defaultValue'
857
+ property :description, as: 'description'
858
+ collection :entries, as: 'entries', class: Google::Apis::AndroidmanagementV1::ManagedPropertyEntry, decorator: Google::Apis::AndroidmanagementV1::ManagedPropertyEntry::Representation
859
+
860
+ property :key, as: 'key'
861
+ collection :nested_properties, as: 'nestedProperties', class: Google::Apis::AndroidmanagementV1::ManagedProperty, decorator: Google::Apis::AndroidmanagementV1::ManagedProperty::Representation
862
+
863
+ property :title, as: 'title'
864
+ property :type, as: 'type'
865
+ end
866
+ end
867
+
868
+ class ManagedPropertyEntry
869
+ # @private
870
+ class Representation < Google::Apis::Core::JsonRepresentation
871
+ property :name, as: 'name'
872
+ property :value, as: 'value'
873
+ end
874
+ end
875
+
876
+ class MemoryEvent
877
+ # @private
878
+ class Representation < Google::Apis::Core::JsonRepresentation
879
+ property :byte_count, :numeric_string => true, as: 'byteCount'
880
+ property :create_time, as: 'createTime'
881
+ property :event_type, as: 'eventType'
882
+ end
883
+ end
884
+
885
+ class MemoryInfo
886
+ # @private
887
+ class Representation < Google::Apis::Core::JsonRepresentation
888
+ property :total_internal_storage, :numeric_string => true, as: 'totalInternalStorage'
889
+ property :total_ram, :numeric_string => true, as: 'totalRam'
890
+ end
891
+ end
892
+
893
+ class NetworkInfo
894
+ # @private
895
+ class Representation < Google::Apis::Core::JsonRepresentation
896
+ property :imei, as: 'imei'
897
+ property :meid, as: 'meid'
898
+ property :network_operator_name, as: 'networkOperatorName'
899
+ property :wifi_mac_address, as: 'wifiMacAddress'
900
+ end
901
+ end
902
+
903
+ class NonComplianceDetail
904
+ # @private
905
+ class Representation < Google::Apis::Core::JsonRepresentation
906
+ property :current_value, as: 'currentValue'
907
+ property :field_path, as: 'fieldPath'
908
+ property :installation_failure_reason, as: 'installationFailureReason'
909
+ property :non_compliance_reason, as: 'nonComplianceReason'
910
+ property :package_name, as: 'packageName'
911
+ property :setting_name, as: 'settingName'
912
+ end
913
+ end
914
+
915
+ class NonComplianceDetailCondition
916
+ # @private
917
+ class Representation < Google::Apis::Core::JsonRepresentation
918
+ property :non_compliance_reason, as: 'nonComplianceReason'
919
+ property :package_name, as: 'packageName'
920
+ property :setting_name, as: 'settingName'
921
+ end
922
+ end
923
+
924
+ class Operation
925
+ # @private
926
+ class Representation < Google::Apis::Core::JsonRepresentation
927
+ property :done, as: 'done'
928
+ property :error, as: 'error', class: Google::Apis::AndroidmanagementV1::Status, decorator: Google::Apis::AndroidmanagementV1::Status::Representation
929
+
930
+ hash :metadata, as: 'metadata'
931
+ property :name, as: 'name'
932
+ hash :response, as: 'response'
933
+ end
934
+ end
935
+
936
+ class PackageNameList
937
+ # @private
938
+ class Representation < Google::Apis::Core::JsonRepresentation
939
+ collection :package_names, as: 'packageNames'
940
+ end
941
+ end
942
+
943
+ class PasswordRequirements
944
+ # @private
945
+ class Representation < Google::Apis::Core::JsonRepresentation
946
+ property :maximum_failed_passwords_for_wipe, as: 'maximumFailedPasswordsForWipe'
947
+ property :password_expiration_timeout, as: 'passwordExpirationTimeout'
948
+ property :password_history_length, as: 'passwordHistoryLength'
949
+ property :password_minimum_length, as: 'passwordMinimumLength'
950
+ property :password_minimum_letters, as: 'passwordMinimumLetters'
951
+ property :password_minimum_lower_case, as: 'passwordMinimumLowerCase'
952
+ property :password_minimum_non_letter, as: 'passwordMinimumNonLetter'
953
+ property :password_minimum_numeric, as: 'passwordMinimumNumeric'
954
+ property :password_minimum_symbols, as: 'passwordMinimumSymbols'
955
+ property :password_minimum_upper_case, as: 'passwordMinimumUpperCase'
956
+ property :password_quality, as: 'passwordQuality'
957
+ property :password_scope, as: 'passwordScope'
958
+ property :require_password_unlock, as: 'requirePasswordUnlock'
959
+ end
960
+ end
961
+
962
+ class PermissionGrant
963
+ # @private
964
+ class Representation < Google::Apis::Core::JsonRepresentation
965
+ property :permission, as: 'permission'
966
+ property :policy, as: 'policy'
967
+ end
968
+ end
969
+
970
+ class PersistentPreferredActivity
971
+ # @private
972
+ class Representation < Google::Apis::Core::JsonRepresentation
973
+ collection :actions, as: 'actions'
974
+ collection :categories, as: 'categories'
975
+ property :receiver_activity, as: 'receiverActivity'
976
+ end
977
+ end
978
+
979
+ class PersonalApplicationPolicy
980
+ # @private
981
+ class Representation < Google::Apis::Core::JsonRepresentation
982
+ property :install_type, as: 'installType'
983
+ property :package_name, as: 'packageName'
984
+ end
985
+ end
986
+
987
+ class PersonalUsagePolicies
988
+ # @private
989
+ class Representation < Google::Apis::Core::JsonRepresentation
990
+ collection :account_types_with_management_disabled, as: 'accountTypesWithManagementDisabled'
991
+ property :camera_disabled, as: 'cameraDisabled'
992
+ property :max_days_with_work_off, as: 'maxDaysWithWorkOff'
993
+ collection :personal_applications, as: 'personalApplications', class: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy::Representation
994
+
995
+ property :personal_play_store_mode, as: 'personalPlayStoreMode'
996
+ property :screen_capture_disabled, as: 'screenCaptureDisabled'
997
+ end
998
+ end
999
+
1000
+ class Policy
1001
+ # @private
1002
+ class Representation < Google::Apis::Core::JsonRepresentation
1003
+ collection :account_types_with_management_disabled, as: 'accountTypesWithManagementDisabled'
1004
+ property :add_user_disabled, as: 'addUserDisabled'
1005
+ property :adjust_volume_disabled, as: 'adjustVolumeDisabled'
1006
+ property :advanced_security_overrides, as: 'advancedSecurityOverrides', class: Google::Apis::AndroidmanagementV1::AdvancedSecurityOverrides, decorator: Google::Apis::AndroidmanagementV1::AdvancedSecurityOverrides::Representation
1007
+
1008
+ property :always_on_vpn_package, as: 'alwaysOnVpnPackage', class: Google::Apis::AndroidmanagementV1::AlwaysOnVpnPackage, decorator: Google::Apis::AndroidmanagementV1::AlwaysOnVpnPackage::Representation
1009
+
1010
+ collection :android_device_policy_tracks, as: 'androidDevicePolicyTracks'
1011
+ property :app_auto_update_policy, as: 'appAutoUpdatePolicy'
1012
+ collection :applications, as: 'applications', class: Google::Apis::AndroidmanagementV1::ApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::ApplicationPolicy::Representation
1013
+
1014
+ property :auto_date_and_time_zone, as: 'autoDateAndTimeZone'
1015
+ property :auto_time_required, as: 'autoTimeRequired'
1016
+ property :block_applications_enabled, as: 'blockApplicationsEnabled'
1017
+ property :bluetooth_config_disabled, as: 'bluetoothConfigDisabled'
1018
+ property :bluetooth_contact_sharing_disabled, as: 'bluetoothContactSharingDisabled'
1019
+ property :bluetooth_disabled, as: 'bluetoothDisabled'
1020
+ property :camera_disabled, as: 'cameraDisabled'
1021
+ property :cell_broadcasts_config_disabled, as: 'cellBroadcastsConfigDisabled'
1022
+ collection :choose_private_key_rules, as: 'choosePrivateKeyRules', class: Google::Apis::AndroidmanagementV1::ChoosePrivateKeyRule, decorator: Google::Apis::AndroidmanagementV1::ChoosePrivateKeyRule::Representation
1023
+
1024
+ collection :compliance_rules, as: 'complianceRules', class: Google::Apis::AndroidmanagementV1::ComplianceRule, decorator: Google::Apis::AndroidmanagementV1::ComplianceRule::Representation
1025
+
1026
+ property :create_windows_disabled, as: 'createWindowsDisabled'
1027
+ property :credentials_config_disabled, as: 'credentialsConfigDisabled'
1028
+ property :data_roaming_disabled, as: 'dataRoamingDisabled'
1029
+ property :debugging_features_allowed, as: 'debuggingFeaturesAllowed'
1030
+ property :default_permission_policy, as: 'defaultPermissionPolicy'
1031
+ property :device_owner_lock_screen_info, as: 'deviceOwnerLockScreenInfo', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1032
+
1033
+ property :encryption_policy, as: 'encryptionPolicy'
1034
+ property :ensure_verify_apps_enabled, as: 'ensureVerifyAppsEnabled'
1035
+ property :factory_reset_disabled, as: 'factoryResetDisabled'
1036
+ collection :frp_admin_emails, as: 'frpAdminEmails'
1037
+ property :fun_disabled, as: 'funDisabled'
1038
+ property :install_apps_disabled, as: 'installAppsDisabled'
1039
+ property :install_unknown_sources_allowed, as: 'installUnknownSourcesAllowed'
1040
+ property :keyguard_disabled, as: 'keyguardDisabled'
1041
+ collection :keyguard_disabled_features, as: 'keyguardDisabledFeatures'
1042
+ property :kiosk_custom_launcher_enabled, as: 'kioskCustomLauncherEnabled'
1043
+ property :kiosk_customization, as: 'kioskCustomization', class: Google::Apis::AndroidmanagementV1::KioskCustomization, decorator: Google::Apis::AndroidmanagementV1::KioskCustomization::Representation
1044
+
1045
+ property :location_mode, as: 'locationMode'
1046
+ property :long_support_message, as: 'longSupportMessage', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1047
+
1048
+ property :maximum_time_to_lock, :numeric_string => true, as: 'maximumTimeToLock'
1049
+ property :minimum_api_level, as: 'minimumApiLevel'
1050
+ property :mobile_networks_config_disabled, as: 'mobileNetworksConfigDisabled'
1051
+ property :modify_accounts_disabled, as: 'modifyAccountsDisabled'
1052
+ property :mount_physical_media_disabled, as: 'mountPhysicalMediaDisabled'
1053
+ property :name, as: 'name'
1054
+ property :network_escape_hatch_enabled, as: 'networkEscapeHatchEnabled'
1055
+ property :network_reset_disabled, as: 'networkResetDisabled'
1056
+ hash :open_network_configuration, as: 'openNetworkConfiguration'
1057
+ property :outgoing_beam_disabled, as: 'outgoingBeamDisabled'
1058
+ property :outgoing_calls_disabled, as: 'outgoingCallsDisabled'
1059
+ collection :password_policies, as: 'passwordPolicies', class: Google::Apis::AndroidmanagementV1::PasswordRequirements, decorator: Google::Apis::AndroidmanagementV1::PasswordRequirements::Representation
1060
+
1061
+ property :password_requirements, as: 'passwordRequirements', class: Google::Apis::AndroidmanagementV1::PasswordRequirements, decorator: Google::Apis::AndroidmanagementV1::PasswordRequirements::Representation
1062
+
1063
+ collection :permission_grants, as: 'permissionGrants', class: Google::Apis::AndroidmanagementV1::PermissionGrant, decorator: Google::Apis::AndroidmanagementV1::PermissionGrant::Representation
1064
+
1065
+ property :permitted_accessibility_services, as: 'permittedAccessibilityServices', class: Google::Apis::AndroidmanagementV1::PackageNameList, decorator: Google::Apis::AndroidmanagementV1::PackageNameList::Representation
1066
+
1067
+ property :permitted_input_methods, as: 'permittedInputMethods', class: Google::Apis::AndroidmanagementV1::PackageNameList, decorator: Google::Apis::AndroidmanagementV1::PackageNameList::Representation
1068
+
1069
+ collection :persistent_preferred_activities, as: 'persistentPreferredActivities', class: Google::Apis::AndroidmanagementV1::PersistentPreferredActivity, decorator: Google::Apis::AndroidmanagementV1::PersistentPreferredActivity::Representation
1070
+
1071
+ property :personal_usage_policies, as: 'personalUsagePolicies', class: Google::Apis::AndroidmanagementV1::PersonalUsagePolicies, decorator: Google::Apis::AndroidmanagementV1::PersonalUsagePolicies::Representation
1072
+
1073
+ property :play_store_mode, as: 'playStoreMode'
1074
+ collection :policy_enforcement_rules, as: 'policyEnforcementRules', class: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule, decorator: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule::Representation
1075
+
1076
+ property :private_key_selection_enabled, as: 'privateKeySelectionEnabled'
1077
+ property :recommended_global_proxy, as: 'recommendedGlobalProxy', class: Google::Apis::AndroidmanagementV1::ProxyInfo, decorator: Google::Apis::AndroidmanagementV1::ProxyInfo::Representation
1078
+
1079
+ property :remove_user_disabled, as: 'removeUserDisabled'
1080
+ property :safe_boot_disabled, as: 'safeBootDisabled'
1081
+ property :screen_capture_disabled, as: 'screenCaptureDisabled'
1082
+ property :set_user_icon_disabled, as: 'setUserIconDisabled'
1083
+ property :set_wallpaper_disabled, as: 'setWallpaperDisabled'
1084
+ collection :setup_actions, as: 'setupActions', class: Google::Apis::AndroidmanagementV1::SetupAction, decorator: Google::Apis::AndroidmanagementV1::SetupAction::Representation
1085
+
1086
+ property :share_location_disabled, as: 'shareLocationDisabled'
1087
+ property :short_support_message, as: 'shortSupportMessage', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1088
+
1089
+ property :skip_first_use_hints_enabled, as: 'skipFirstUseHintsEnabled'
1090
+ property :sms_disabled, as: 'smsDisabled'
1091
+ property :status_bar_disabled, as: 'statusBarDisabled'
1092
+ property :status_reporting_settings, as: 'statusReportingSettings', class: Google::Apis::AndroidmanagementV1::StatusReportingSettings, decorator: Google::Apis::AndroidmanagementV1::StatusReportingSettings::Representation
1093
+
1094
+ collection :stay_on_plugged_modes, as: 'stayOnPluggedModes'
1095
+ property :system_update, as: 'systemUpdate', class: Google::Apis::AndroidmanagementV1::SystemUpdate, decorator: Google::Apis::AndroidmanagementV1::SystemUpdate::Representation
1096
+
1097
+ property :tethering_config_disabled, as: 'tetheringConfigDisabled'
1098
+ property :uninstall_apps_disabled, as: 'uninstallAppsDisabled'
1099
+ property :unmute_microphone_disabled, as: 'unmuteMicrophoneDisabled'
1100
+ property :usb_file_transfer_disabled, as: 'usbFileTransferDisabled'
1101
+ property :usb_mass_storage_enabled, as: 'usbMassStorageEnabled'
1102
+ property :version, :numeric_string => true, as: 'version'
1103
+ property :vpn_config_disabled, as: 'vpnConfigDisabled'
1104
+ property :wifi_config_disabled, as: 'wifiConfigDisabled'
1105
+ property :wifi_configs_lockdown_enabled, as: 'wifiConfigsLockdownEnabled'
1106
+ end
1107
+ end
1108
+
1109
+ class PolicyEnforcementRule
1110
+ # @private
1111
+ class Representation < Google::Apis::Core::JsonRepresentation
1112
+ property :block_action, as: 'blockAction', class: Google::Apis::AndroidmanagementV1::BlockAction, decorator: Google::Apis::AndroidmanagementV1::BlockAction::Representation
1113
+
1114
+ property :setting_name, as: 'settingName'
1115
+ property :wipe_action, as: 'wipeAction', class: Google::Apis::AndroidmanagementV1::WipeAction, decorator: Google::Apis::AndroidmanagementV1::WipeAction::Representation
1116
+
1117
+ end
1118
+ end
1119
+
1120
+ class PostureDetail
1121
+ # @private
1122
+ class Representation < Google::Apis::Core::JsonRepresentation
1123
+ collection :advice, as: 'advice', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1124
+
1125
+ property :security_risk, as: 'securityRisk'
1126
+ end
1127
+ end
1128
+
1129
+ class PowerManagementEvent
1130
+ # @private
1131
+ class Representation < Google::Apis::Core::JsonRepresentation
1132
+ property :battery_level, as: 'batteryLevel'
1133
+ property :create_time, as: 'createTime'
1134
+ property :event_type, as: 'eventType'
1135
+ end
1136
+ end
1137
+
1138
+ class ProxyInfo
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ collection :excluded_hosts, as: 'excludedHosts'
1142
+ property :host, as: 'host'
1143
+ property :pac_uri, as: 'pacUri'
1144
+ property :port, as: 'port'
1145
+ end
1146
+ end
1147
+
1148
+ class SecurityPosture
1149
+ # @private
1150
+ class Representation < Google::Apis::Core::JsonRepresentation
1151
+ property :device_posture, as: 'devicePosture'
1152
+ collection :posture_details, as: 'postureDetails', class: Google::Apis::AndroidmanagementV1::PostureDetail, decorator: Google::Apis::AndroidmanagementV1::PostureDetail::Representation
1153
+
1154
+ end
1155
+ end
1156
+
1157
+ class SetupAction
1158
+ # @private
1159
+ class Representation < Google::Apis::Core::JsonRepresentation
1160
+ property :description, as: 'description', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1161
+
1162
+ property :launch_app, as: 'launchApp', class: Google::Apis::AndroidmanagementV1::LaunchAppAction, decorator: Google::Apis::AndroidmanagementV1::LaunchAppAction::Representation
1163
+
1164
+ property :title, as: 'title', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1165
+
1166
+ end
1167
+ end
1168
+
1169
+ class SigninDetail
1170
+ # @private
1171
+ class Representation < Google::Apis::Core::JsonRepresentation
1172
+ property :allow_personal_usage, as: 'allowPersonalUsage'
1173
+ property :qr_code, as: 'qrCode'
1174
+ property :signin_enrollment_token, as: 'signinEnrollmentToken'
1175
+ property :signin_url, as: 'signinUrl'
1176
+ end
1177
+ end
1178
+
1179
+ class SignupUrl
1180
+ # @private
1181
+ class Representation < Google::Apis::Core::JsonRepresentation
1182
+ property :name, as: 'name'
1183
+ property :url, as: 'url'
1184
+ end
1185
+ end
1186
+
1187
+ class SoftwareInfo
1188
+ # @private
1189
+ class Representation < Google::Apis::Core::JsonRepresentation
1190
+ property :android_build_number, as: 'androidBuildNumber'
1191
+ property :android_build_time, as: 'androidBuildTime'
1192
+ property :android_device_policy_version_code, as: 'androidDevicePolicyVersionCode'
1193
+ property :android_device_policy_version_name, as: 'androidDevicePolicyVersionName'
1194
+ property :android_version, as: 'androidVersion'
1195
+ property :bootloader_version, as: 'bootloaderVersion'
1196
+ property :device_build_signature, as: 'deviceBuildSignature'
1197
+ property :device_kernel_version, as: 'deviceKernelVersion'
1198
+ property :primary_language_code, as: 'primaryLanguageCode'
1199
+ property :security_patch_level, as: 'securityPatchLevel'
1200
+ property :system_update_info, as: 'systemUpdateInfo', class: Google::Apis::AndroidmanagementV1::SystemUpdateInfo, decorator: Google::Apis::AndroidmanagementV1::SystemUpdateInfo::Representation
1201
+
1202
+ end
1203
+ end
1204
+
1205
+ class Status
1206
+ # @private
1207
+ class Representation < Google::Apis::Core::JsonRepresentation
1208
+ property :code, as: 'code'
1209
+ collection :details, as: 'details'
1210
+ property :message, as: 'message'
1211
+ end
1212
+ end
1213
+
1214
+ class StatusReportingSettings
1215
+ # @private
1216
+ class Representation < Google::Apis::Core::JsonRepresentation
1217
+ property :application_reporting_settings, as: 'applicationReportingSettings', class: Google::Apis::AndroidmanagementV1::ApplicationReportingSettings, decorator: Google::Apis::AndroidmanagementV1::ApplicationReportingSettings::Representation
1218
+
1219
+ property :application_reports_enabled, as: 'applicationReportsEnabled'
1220
+ property :common_criteria_mode_enabled, as: 'commonCriteriaModeEnabled'
1221
+ property :device_settings_enabled, as: 'deviceSettingsEnabled'
1222
+ property :display_info_enabled, as: 'displayInfoEnabled'
1223
+ property :hardware_status_enabled, as: 'hardwareStatusEnabled'
1224
+ property :memory_info_enabled, as: 'memoryInfoEnabled'
1225
+ property :network_info_enabled, as: 'networkInfoEnabled'
1226
+ property :power_management_events_enabled, as: 'powerManagementEventsEnabled'
1227
+ property :software_info_enabled, as: 'softwareInfoEnabled'
1228
+ property :system_properties_enabled, as: 'systemPropertiesEnabled'
1229
+ end
1230
+ end
1231
+
1232
+ class SystemUpdate
1233
+ # @private
1234
+ class Representation < Google::Apis::Core::JsonRepresentation
1235
+ property :end_minutes, as: 'endMinutes'
1236
+ collection :freeze_periods, as: 'freezePeriods', class: Google::Apis::AndroidmanagementV1::FreezePeriod, decorator: Google::Apis::AndroidmanagementV1::FreezePeriod::Representation
1237
+
1238
+ property :start_minutes, as: 'startMinutes'
1239
+ property :type, as: 'type'
1240
+ end
1241
+ end
1242
+
1243
+ class SystemUpdateInfo
1244
+ # @private
1245
+ class Representation < Google::Apis::Core::JsonRepresentation
1246
+ property :update_received_time, as: 'updateReceivedTime'
1247
+ property :update_status, as: 'updateStatus'
1248
+ end
1249
+ end
1250
+
1251
+ class TermsAndConditions
1252
+ # @private
1253
+ class Representation < Google::Apis::Core::JsonRepresentation
1254
+ property :content, as: 'content', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1255
+
1256
+ property :header, as: 'header', class: Google::Apis::AndroidmanagementV1::UserFacingMessage, decorator: Google::Apis::AndroidmanagementV1::UserFacingMessage::Representation
1257
+
1258
+ end
1259
+ end
1260
+
1261
+ class User
1262
+ # @private
1263
+ class Representation < Google::Apis::Core::JsonRepresentation
1264
+ property :account_identifier, as: 'accountIdentifier'
1265
+ end
1266
+ end
1267
+
1268
+ class UserFacingMessage
1269
+ # @private
1270
+ class Representation < Google::Apis::Core::JsonRepresentation
1271
+ property :default_message, as: 'defaultMessage'
1272
+ hash :localized_messages, as: 'localizedMessages'
1273
+ end
1274
+ end
1275
+
1276
+ class WebApp
1277
+ # @private
1278
+ class Representation < Google::Apis::Core::JsonRepresentation
1279
+ property :display_mode, as: 'displayMode'
1280
+ collection :icons, as: 'icons', class: Google::Apis::AndroidmanagementV1::WebAppIcon, decorator: Google::Apis::AndroidmanagementV1::WebAppIcon::Representation
1281
+
1282
+ property :name, as: 'name'
1283
+ property :start_url, as: 'startUrl'
1284
+ property :title, as: 'title'
1285
+ property :version_code, :numeric_string => true, as: 'versionCode'
1286
+ end
1287
+ end
1288
+
1289
+ class WebAppIcon
1290
+ # @private
1291
+ class Representation < Google::Apis::Core::JsonRepresentation
1292
+ property :image_data, as: 'imageData'
1293
+ end
1294
+ end
1295
+
1296
+ class WebToken
1297
+ # @private
1298
+ class Representation < Google::Apis::Core::JsonRepresentation
1299
+ collection :enabled_features, as: 'enabledFeatures'
1300
+ property :name, as: 'name'
1301
+ property :parent_frame_url, as: 'parentFrameUrl'
1302
+ collection :permissions, as: 'permissions'
1303
+ property :value, as: 'value'
1304
+ end
1305
+ end
1306
+
1307
+ class WipeAction
1308
+ # @private
1309
+ class Representation < Google::Apis::Core::JsonRepresentation
1310
+ property :preserve_frp, as: 'preserveFrp'
1311
+ property :wipe_after_days, as: 'wipeAfterDays'
1312
+ end
1313
+ end
1314
+ end
1315
+ end
1316
+ end