You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/androidmanagement_v1.enterprises.policies.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ <h3>Method Details</h3>
198
198
"bluetoothConfigDisabled": True or False, # Whether configuring bluetooth is disabled.
199
199
"bluetoothContactSharingDisabled": True or False, # Whether bluetooth contact sharing is disabled.
200
200
"bluetoothDisabled": True or False, # Whether bluetooth is disabled. Prefer this setting over bluetooth_config_disabled because bluetooth_config_disabled can be bypassed by the user.
201
+
"cameraAccess": "A String", # Controls the use of the camera and whether the user has access to the camera access toggle.
201
202
"cameraDisabled": True or False, # Whether all cameras on the device are disabled.
202
203
"cellBroadcastsConfigDisabled": True or False, # Whether configuring cell broadcast is disabled.
203
204
"choosePrivateKeyRules": [ # Rules for determining apps' access to private keys. See ChoosePrivateKeyRule for details.
@@ -270,6 +271,7 @@ <h3>Method Details</h3>
270
271
},
271
272
},
272
273
"maximumTimeToLock": "A String", # Maximum time in milliseconds for user activity until the device locks. A value of 0 means there is no restriction.
274
+
"microphoneAccess": "A String", # Controls the use of the microphone and whether the user has access to the microphone access toggle. This applies only on fully managed devices.
273
275
"minimumApiLevel": 42, # The minimum allowed Android API level.
274
276
"mobileNetworksConfigDisabled": True or False, # Whether configuring mobile networks is disabled.
275
277
"modifyAccountsDisabled": True or False, # Whether adding or removing accounts is disabled.
@@ -564,6 +566,7 @@ <h3>Method Details</h3>
564
566
"bluetoothConfigDisabled": True or False, # Whether configuring bluetooth is disabled.
565
567
"bluetoothContactSharingDisabled": True or False, # Whether bluetooth contact sharing is disabled.
566
568
"bluetoothDisabled": True or False, # Whether bluetooth is disabled. Prefer this setting over bluetooth_config_disabled because bluetooth_config_disabled can be bypassed by the user.
569
+
"cameraAccess": "A String", # Controls the use of the camera and whether the user has access to the camera access toggle.
567
570
"cameraDisabled": True or False, # Whether all cameras on the device are disabled.
568
571
"cellBroadcastsConfigDisabled": True or False, # Whether configuring cell broadcast is disabled.
569
572
"choosePrivateKeyRules": [ # Rules for determining apps' access to private keys. See ChoosePrivateKeyRule for details.
@@ -636,6 +639,7 @@ <h3>Method Details</h3>
636
639
},
637
640
},
638
641
"maximumTimeToLock": "A String", # Maximum time in milliseconds for user activity until the device locks. A value of 0 means there is no restriction.
642
+
"microphoneAccess": "A String", # Controls the use of the microphone and whether the user has access to the microphone access toggle. This applies only on fully managed devices.
639
643
"minimumApiLevel": 42, # The minimum allowed Android API level.
640
644
"mobileNetworksConfigDisabled": True or False, # Whether configuring mobile networks is disabled.
641
645
"modifyAccountsDisabled": True or False, # Whether adding or removing accounts is disabled.
@@ -936,6 +940,7 @@ <h3>Method Details</h3>
936
940
"bluetoothConfigDisabled": True or False, # Whether configuring bluetooth is disabled.
937
941
"bluetoothContactSharingDisabled": True or False, # Whether bluetooth contact sharing is disabled.
938
942
"bluetoothDisabled": True or False, # Whether bluetooth is disabled. Prefer this setting over bluetooth_config_disabled because bluetooth_config_disabled can be bypassed by the user.
943
+
"cameraAccess": "A String", # Controls the use of the camera and whether the user has access to the camera access toggle.
939
944
"cameraDisabled": True or False, # Whether all cameras on the device are disabled.
940
945
"cellBroadcastsConfigDisabled": True or False, # Whether configuring cell broadcast is disabled.
941
946
"choosePrivateKeyRules": [ # Rules for determining apps' access to private keys. See ChoosePrivateKeyRule for details.
@@ -1008,6 +1013,7 @@ <h3>Method Details</h3>
1008
1013
},
1009
1014
},
1010
1015
"maximumTimeToLock": "A String", # Maximum time in milliseconds for user activity until the device locks. A value of 0 means there is no restriction.
1016
+
"microphoneAccess": "A String", # Controls the use of the microphone and whether the user has access to the microphone access toggle. This applies only on fully managed devices.
1011
1017
"minimumApiLevel": 42, # The minimum allowed Android API level.
1012
1018
"mobileNetworksConfigDisabled": True or False, # Whether configuring mobile networks is disabled.
1013
1019
"modifyAccountsDisabled": True or False, # Whether adding or removing accounts is disabled.
@@ -1291,6 +1297,7 @@ <h3>Method Details</h3>
1291
1297
"bluetoothConfigDisabled": True or False, # Whether configuring bluetooth is disabled.
1292
1298
"bluetoothContactSharingDisabled": True or False, # Whether bluetooth contact sharing is disabled.
1293
1299
"bluetoothDisabled": True or False, # Whether bluetooth is disabled. Prefer this setting over bluetooth_config_disabled because bluetooth_config_disabled can be bypassed by the user.
1300
+
"cameraAccess": "A String", # Controls the use of the camera and whether the user has access to the camera access toggle.
1294
1301
"cameraDisabled": True or False, # Whether all cameras on the device are disabled.
1295
1302
"cellBroadcastsConfigDisabled": True or False, # Whether configuring cell broadcast is disabled.
1296
1303
"choosePrivateKeyRules": [ # Rules for determining apps' access to private keys. See ChoosePrivateKeyRule for details.
@@ -1363,6 +1370,7 @@ <h3>Method Details</h3>
1363
1370
},
1364
1371
},
1365
1372
"maximumTimeToLock": "A String", # Maximum time in milliseconds for user activity until the device locks. A value of 0 means there is no restriction.
1373
+
"microphoneAccess": "A String", # Controls the use of the microphone and whether the user has access to the microphone access toggle. This applies only on fully managed devices.
1366
1374
"minimumApiLevel": 42, # The minimum allowed Android API level.
1367
1375
"mobileNetworksConfigDisabled": True or False, # Whether configuring mobile networks is disabled.
1368
1376
"modifyAccountsDisabled": True or False, # Whether adding or removing accounts is disabled.
"description": "The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}.",
1143
+
"description": "The name of the app in the form enterprises/{enterprise}/applications/{package_name}.",
1144
1144
"type": "string"
1145
1145
},
1146
1146
"permissions": {
@@ -3392,6 +3392,22 @@
3392
3392
"description": "Whether bluetooth is disabled. Prefer this setting over bluetooth_config_disabled because bluetooth_config_disabled can be bypassed by the user.",
3393
3393
"type": "boolean"
3394
3394
},
3395
+
"cameraAccess": {
3396
+
"description": "Controls the use of the camera and whether the user has access to the camera access toggle.",
3397
+
"enum": [
3398
+
"CAMERA_ACCESS_UNSPECIFIED",
3399
+
"CAMERA_ACCESS_USER_CHOICE",
3400
+
"CAMERA_ACCESS_DISABLED",
3401
+
"CAMERA_ACCESS_ENFORCED"
3402
+
],
3403
+
"enumDescriptions": [
3404
+
"If camera_disabled is true, this is equivalent to CAMERA_ACCESS_DISABLED. Otherwise, this is equivalent to CAMERA_ACCESS_USER_CHOICE.",
3405
+
"The field camera_disabled(google.android.devicemanagement.v1.Policy.camera_disabled] is ignored. This is the default device behaviour: all cameras on the device are available. On Android 12 and above, the user can use the camera access toggle.",
3406
+
"The field camera_disabled(google.android.devicemanagement.v1.Policy.camera_disabled] is ignored. All cameras on the device are disabled (for fully managed devices, this applies device-wide and for work profiles this applies only to the work profile).There are no explicit restrictions placed on the camera access toggle on Android 12 and above: on fully managed devices, the camera access toggle has no effect as all cameras are disabled. On devices with a work profile, this toggle has no effect on apps in the work profile, but it affects apps outside the work profile.",
3407
+
"The field camera_disabled(google.android.devicemanagement.v1.Policy.camera_disabled] is ignored. All cameras on the device are available. On fully managed devices running Android 12 and above, the user is unable to use the camera access toggle. On devices which are not fully managed or which run Android 11 or below, this is equivalent to CAMERA_ACCESS_USER_CHOICE."
3408
+
],
3409
+
"type": "string"
3410
+
},
3395
3411
"cameraDisabled": {
3396
3412
"description": "Whether all cameras on the device are disabled.",
3397
3413
"type": "boolean"
@@ -3573,6 +3589,22 @@
3573
3589
"format": "int64",
3574
3590
"type": "string"
3575
3591
},
3592
+
"microphoneAccess": {
3593
+
"description": "Controls the use of the microphone and whether the user has access to the microphone access toggle. This applies only on fully managed devices.",
3594
+
"enum": [
3595
+
"MICROPHONE_ACCESS_UNSPECIFIED",
3596
+
"MICROPHONE_ACCESS_USER_CHOICE",
3597
+
"MICROPHONE_ACCESS_DISABLED",
3598
+
"MICROPHONE_ACCESS_ENFORCED"
3599
+
],
3600
+
"enumDescriptions": [
3601
+
"If unmute_microphone_disabled is true, this is equivalent to MICROPHONE_ACCESS_DISABLED. Otherwise, this is equivalent to MICROPHONE_ACCESS_USER_CHOICE.",
3602
+
"The field unmute_microphone_disabled(google.android.devicemanagement.v1.Policy.unmute_microphone_disabled] is ignored. This is the default device behaviour: the microphone on the device is available. On Android 12 and above, the user can use the microphone access toggle.",
3603
+
"The field unmute_microphone_disabled(google.android.devicemanagement.v1.Policy.unmute_microphone_disabled] is ignored. The microphone on the device is disabled (for fully managed devices, this applies device-wide).The microphone access toggle has no effect as the microphone is disabled.",
3604
+
"The field unmute_microphone_disabled(google.android.devicemanagement.v1.Policy.unmute_microphone_disabled] is ignored. The microphone on the device is available. On devices running Android 12 and above, the user is unable to use the microphone access toggle. On devices which run Android 11 or below, this is equivalent to MICROPHONE_ACCESS_USER_CHOICE."
3605
+
],
3606
+
"type": "string"
3607
+
},
3576
3608
"minimumApiLevel": {
3577
3609
"description": "The minimum allowed Android API level.",
0 commit comments