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.devices.html
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,11 @@ <h3>Method Details</h3>
252
252
],
253
253
"deviceBasebandVersion": "A String", # Baseband version. For example, MDM9625_104662.22.05.34p.
254
254
"enterpriseSpecificId": "A String", # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
255
+
"euiccChipInfo": [ # Output only. Information related to the eUICC chip.
256
+
{ # Information related to the eUICC chip.
257
+
"eid": "A String", # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
258
+
},
259
+
],
255
260
"gpuShutdownTemperatures": [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
256
261
3.14,
257
262
],
@@ -420,8 +425,21 @@ <h3>Method Details</h3>
420
425
},
421
426
"createTime": "A String", # The timestamp at which the command was created. The timestamp is automatically generated by the server.
422
427
"duration": "A String", # The duration for which the command is valid. The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.
423
-
"errorCode": "A String", # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.
428
+
"errorCode": "A String", # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller. For reasoning about command errors, prefer fields in the following order (most preferred first): 1. Command-specific fields like clearAppsDataStatus, startLostModeStatus, or similar, if they exist. 2. This field, if set. 3. The generic error field in the Operation that wraps the command.
424
429
"newPassword": "A String", # For commands of type RESET_PASSWORD, optionally specifies the new password. Note: The new password must be at least 6 characters long if it is numeric in case of Android 14 devices. Else the command will fail with INVALID_VALUE.
430
+
"requestDeviceInfoParams": { # Parameters associated with the REQUEST_DEVICE_INFO command to get device related information. # Optional. Parameters for the REQUEST_DEVICE_INFO command to get device related information. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to REQUEST_DEVICE_INFO . It is also acceptable to explicitly set type to REQUEST_DEVICE_INFO.
431
+
"deviceInfo": "A String", # Required. Type of device information to be requested.
432
+
},
433
+
"requestDeviceInfoStatus": { # Status of the REQUEST_DEVICE_INFO command. # Output only. Status of the REQUEST_DEVICE_INFO command.
434
+
"eidInfo": { # Information related to the EIDs of the device. # Information related to the EIDs of the device.
435
+
"eids": [ # Output only. EID information for each eUICC chip.
436
+
{ # EID information for each eUICC chip.
437
+
"eid": "A String", # Output only. The EID
438
+
},
439
+
],
440
+
},
441
+
"status": "A String", # Output only. Status of a REQUEST_DEVICE_INFO command.
442
+
},
425
443
"resetPasswordFlags": [ # For commands of type RESET_PASSWORD, optionally specifies flags.
426
444
"A String",
427
445
],
@@ -619,6 +637,11 @@ <h3>Method Details</h3>
619
637
],
620
638
"deviceBasebandVersion": "A String", # Baseband version. For example, MDM9625_104662.22.05.34p.
621
639
"enterpriseSpecificId": "A String", # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
640
+
"euiccChipInfo": [ # Output only. Information related to the eUICC chip.
641
+
{ # Information related to the eUICC chip.
642
+
"eid": "A String", # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
643
+
},
644
+
],
622
645
"gpuShutdownTemperatures": [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
623
646
3.14,
624
647
],
@@ -897,6 +920,11 @@ <h3>Method Details</h3>
897
920
],
898
921
"deviceBasebandVersion": "A String", # Baseband version. For example, MDM9625_104662.22.05.34p.
899
922
"enterpriseSpecificId": "A String", # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
923
+
"euiccChipInfo": [ # Output only. Information related to the eUICC chip.
924
+
{ # Information related to the eUICC chip.
925
+
"eid": "A String", # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
926
+
},
927
+
],
900
928
"gpuShutdownTemperatures": [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
901
929
3.14,
902
930
],
@@ -1157,6 +1185,11 @@ <h3>Method Details</h3>
1157
1185
],
1158
1186
"deviceBasebandVersion": "A String", # Baseband version. For example, MDM9625_104662.22.05.34p.
1159
1187
"enterpriseSpecificId": "A String", # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
1188
+
"euiccChipInfo": [ # Output only. Information related to the eUICC chip.
1189
+
{ # Information related to the eUICC chip.
1190
+
"eid": "A String", # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
1191
+
},
1192
+
],
1160
1193
"gpuShutdownTemperatures": [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
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
@@ -259,6 +259,7 @@ <h3>Method Details</h3>
259
259
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
260
260
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
261
261
"deviceConnectivityManagement": { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
262
+
"bluetoothSharing": "A String", # Optional. Controls whether Bluetooth sharing is allowed.
262
263
"configureWifi": "A String", # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
263
264
"tetheringSettings": "A String", # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
264
265
"usbDataAccess": "A String", # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -424,6 +425,7 @@ <h3>Method Details</h3>
424
425
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
425
426
"A String",
426
427
],
428
+
"bluetoothSharing": "A String", # Optional. Whether bluetooth sharing is allowed.
427
429
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
428
430
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
429
431
"personalApplications": [ # Policy applied to applications in the personal profile.
@@ -700,6 +702,7 @@ <h3>Method Details</h3>
700
702
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
701
703
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
702
704
"deviceConnectivityManagement": { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
705
+
"bluetoothSharing": "A String", # Optional. Controls whether Bluetooth sharing is allowed.
703
706
"configureWifi": "A String", # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
704
707
"tetheringSettings": "A String", # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
705
708
"usbDataAccess": "A String", # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -865,6 +868,7 @@ <h3>Method Details</h3>
865
868
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
866
869
"A String",
867
870
],
871
+
"bluetoothSharing": "A String", # Optional. Whether bluetooth sharing is allowed.
868
872
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
869
873
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
870
874
"personalApplications": [ # Policy applied to applications in the personal profile.
@@ -1147,6 +1151,7 @@ <h3>Method Details</h3>
1147
1151
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
1148
1152
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
1149
1153
"deviceConnectivityManagement": { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
1154
+
"bluetoothSharing": "A String", # Optional. Controls whether Bluetooth sharing is allowed.
1150
1155
"configureWifi": "A String", # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
1151
1156
"tetheringSettings": "A String", # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
1152
1157
"usbDataAccess": "A String", # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -1312,6 +1317,7 @@ <h3>Method Details</h3>
1312
1317
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
1313
1318
"A String",
1314
1319
],
1320
+
"bluetoothSharing": "A String", # Optional. Whether bluetooth sharing is allowed.
1315
1321
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
1316
1322
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
1317
1323
"personalApplications": [ # Policy applied to applications in the personal profile.
@@ -1577,6 +1583,7 @@ <h3>Method Details</h3>
1577
1583
"debuggingFeaturesAllowed": True or False, # Whether the user is allowed to enable debugging features.
1578
1584
"defaultPermissionPolicy": "A String", # The default permission policy for runtime permission requests.
1579
1585
"deviceConnectivityManagement": { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
1586
+
"bluetoothSharing": "A String", # Optional. Controls whether Bluetooth sharing is allowed.
1580
1587
"configureWifi": "A String", # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
1581
1588
"tetheringSettings": "A String", # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
1582
1589
"usbDataAccess": "A String", # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -1742,6 +1749,7 @@ <h3>Method Details</h3>
1742
1749
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
1743
1750
"A String",
1744
1751
],
1752
+
"bluetoothSharing": "A String", # Optional. Whether bluetooth sharing is allowed.
1745
1753
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
1746
1754
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
1747
1755
"personalApplications": [ # Policy applied to applications in the personal profile.
0 commit comments