OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/androidmanagement": { | 5 "https://www.googleapis.com/auth/androidmanagement": { |
6 "description": "Manage Android devices and apps for your cus
tomers" | 6 "description": "Manage Android devices and apps for your cus
tomers" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 "https://www.googleapis.com/auth/android
management" | 737 "https://www.googleapis.com/auth/android
management" |
738 ] | 738 ] |
739 } | 739 } |
740 } | 740 } |
741 } | 741 } |
742 } | 742 } |
743 } | 743 } |
744 } | 744 } |
745 } | 745 } |
746 }, | 746 }, |
747 "revision": "20170804", | 747 "revision": "20170828", |
748 "rootUrl": "https://androidmanagement.googleapis.com/", | 748 "rootUrl": "https://androidmanagement.googleapis.com/", |
749 "schemas": { | 749 "schemas": { |
750 "Device": { | 750 "Device": { |
751 "description": "A device owned by an enterprise. Unless otherwise no
ted, all fields are read-only and cannot be modified by an update device request
.", | 751 "description": "A device owned by an enterprise. Unless otherwise no
ted, all fields are read-only and cannot be modified by an update device request
.", |
752 "id": "Device", | 752 "id": "Device", |
753 "properties": { | 753 "properties": { |
754 "userName": { | 754 "userName": { |
755 "description": "The resource name of the user of the device
in the form enterprises/{enterpriseId}/users/{userId}. This is the name of the d
evice account automatically created for this device.", | 755 "description": "The resource name of the user of the device
in the form enterprises/{enterpriseId}/users/{userId}. This is the name of the d
evice account automatically created for this device.", |
756 "type": "string" | 756 "type": "string" |
757 }, | 757 }, |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 "description": "Policy applied to apps.", | 1375 "description": "Policy applied to apps.", |
1376 "items": { | 1376 "items": { |
1377 "$ref": "ApplicationPolicy" | 1377 "$ref": "ApplicationPolicy" |
1378 }, | 1378 }, |
1379 "type": "array" | 1379 "type": "array" |
1380 }, | 1380 }, |
1381 "safeBootDisabled": { | 1381 "safeBootDisabled": { |
1382 "description": "Whether rebooting the device into safe boot
is disabled.", | 1382 "description": "Whether rebooting the device into safe boot
is disabled.", |
1383 "type": "boolean" | 1383 "type": "boolean" |
1384 }, | 1384 }, |
| 1385 "wifiConfigsLockdownEnabled": { |
| 1386 "description": "Whether WiFi networks defined in Open Networ
k Configuration are locked so they cannot be edited by the user.", |
| 1387 "type": "boolean" |
| 1388 }, |
1385 "complianceRules": { | 1389 "complianceRules": { |
1386 "description": "Rules declaring which mitigating actions to
take when a device is not compliant with its policy. When the conditions for mul
tiple rules are satisfied, all of the mitigating actions for the rules are taken
. There is a maximum limit of 100 rules.", | 1390 "description": "Rules declaring which mitigating actions to
take when a device is not compliant with its policy. When the conditions for mul
tiple rules are satisfied, all of the mitigating actions for the rules are taken
. There is a maximum limit of 100 rules.", |
1387 "items": { | 1391 "items": { |
1388 "$ref": "ComplianceRule" | 1392 "$ref": "ComplianceRule" |
1389 }, | 1393 }, |
1390 "type": "array" | 1394 "type": "array" |
1391 }, | 1395 }, |
| 1396 "wifiConfigDisabled": { |
| 1397 "description": "Whether configuring WiFi access points is di
sabled.", |
| 1398 "type": "boolean" |
| 1399 }, |
1392 "unmuteMicrophoneDisabled": { | 1400 "unmuteMicrophoneDisabled": { |
1393 "description": "Whether the microphone is muted and adjustin
g microphone volume is disabled.", | 1401 "description": "Whether the microphone is muted and adjustin
g microphone volume is disabled.", |
1394 "type": "boolean" | 1402 "type": "boolean" |
1395 }, | 1403 }, |
1396 "installUnknownSourcesAllowed": { | 1404 "installUnknownSourcesAllowed": { |
1397 "description": "Whether the user is allowed to enable the \"
Unknown Sources\" setting, which allows installation of apps from unknown source
s.", | 1405 "description": "Whether the user is allowed to enable the \"
Unknown Sources\" setting, which allows installation of apps from unknown source
s.", |
1398 "type": "boolean" | 1406 "type": "boolean" |
1399 }, | 1407 }, |
1400 "removeUserDisabled": { | 1408 "removeUserDisabled": { |
1401 "description": "Whether removing other users is disabled.", | 1409 "description": "Whether removing other users is disabled.", |
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2313 "type": "array" | 2321 "type": "array" |
2314 } | 2322 } |
2315 }, | 2323 }, |
2316 "type": "object" | 2324 "type": "object" |
2317 } | 2325 } |
2318 }, | 2326 }, |
2319 "servicePath": "", | 2327 "servicePath": "", |
2320 "title": "Android Management API", | 2328 "title": "Android Management API", |
2321 "version": "v1" | 2329 "version": "v1" |
2322 } | 2330 } |
OLD | NEW |