|
1163 | 1163 | } |
1164 | 1164 | } |
1165 | 1165 | }, |
1166 | | - "revision": "20240416", |
| 1166 | + "revision": "20240425", |
1167 | 1167 | "rootUrl": "https://androidmanagement.googleapis.com/", |
1168 | 1168 | "schemas": { |
1169 | 1169 | "AdbShellCommandEvent": { |
|
2736 | 2736 | "The user is not allowed to use Wi-Fi direct. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13." |
2737 | 2737 | ], |
2738 | 2738 | "type": "string" |
| 2739 | + }, |
| 2740 | + "wifiSsidPolicy": { |
| 2741 | + "$ref": "WifiSsidPolicy", |
| 2742 | + "description": "Restrictions on which Wi-Fi SSIDs the device can connect to. Note that this does not affect which networks can be configured on the device. Supported on company-owned devices running Android 13 and above." |
2739 | 2743 | } |
2740 | 2744 | }, |
2741 | 2745 | "type": "object" |
|
5292 | 5296 | }, |
5293 | 5297 | "systemUpdate": { |
5294 | 5298 | "$ref": "SystemUpdate", |
5295 | | - "description": "The system update policy, which controls how OS updates are applied. If the update type is WINDOWED, the update window will automatically apply to Play app updates as well." |
| 5299 | + "description": "The system update policy, which controls how OS updates are applied. If the update type is WINDOWED, the update window will automatically apply to Play app updates as well.Note: Google Play system updates (https://source.android.com/docs/core/ota/modular-system) (also called Mainline updates) are automatically downloaded and require a device reboot to be installed. Refer to the mainline section in Manage system updates (https://developer.android.com/work/dpc/system-updates#mainline) for further details." |
5296 | 5300 | }, |
5297 | 5301 | "tetheringConfigDisabled": { |
5298 | 5302 | "deprecated": true, |
|
5898 | 5902 | "type": "object" |
5899 | 5903 | }, |
5900 | 5904 | "SystemUpdate": { |
5901 | | - "description": "Configuration for managing system updates", |
| 5905 | + "description": "Configuration for managing system updatesNote: Google Play system updates (https://source.android.com/docs/core/ota/modular-system) (also called Mainline updates) are automatically downloaded but require a device reboot to be installed. Refer to the mainline section in Manage system updates (https://developer.android.com/work/dpc/system-updates#mainline) for further details.", |
5902 | 5906 | "id": "SystemUpdate", |
5903 | 5907 | "properties": { |
5904 | 5908 | "endMinutes": { |
|
6126 | 6130 | "STOP_LOST_MODE_USER_ATTEMPT", |
6127 | 6131 | "LOST_MODE_OUTGOING_PHONE_CALL", |
6128 | 6132 | "LOST_MODE_LOCATION", |
6129 | | - "ENROLLMENT_COMPLETE", |
6130 | | - "MAX_DEVICES_REGISTRATION_QUOTA_WARNING", |
6131 | | - "MAX_DEVICES_REGISTRATION_QUOTA_EXHAUSTED" |
| 6133 | + "ENROLLMENT_COMPLETE" |
6132 | 6134 | ], |
6133 | 6135 | "enumDescriptions": [ |
6134 | 6136 | "This value is not used", |
|
6162 | 6164 | "Indicates stopLostModeUserAttemptEvent has been set.", |
6163 | 6165 | "Indicates lostModeOutgoingPhoneCallEvent has been set.", |
6164 | 6166 | "Indicates lostModeLocationEvent has been set.", |
6165 | | - "Indicates enrollment_complete_event has been set.", |
6166 | | - "Indicates max_devices_registration_quota_warning_event has been set.", |
6167 | | - "Indicates max_devices_registration_quota_exhausted_event has been set." |
| 6167 | + "Indicates enrollment_complete_event has been set." |
6168 | 6168 | ], |
6169 | 6169 | "type": "string" |
6170 | 6170 | }, |
|
6402 | 6402 | }, |
6403 | 6403 | "type": "object" |
6404 | 6404 | }, |
| 6405 | + "WifiSsid": { |
| 6406 | + "description": "Represents a Wi-Fi SSID.", |
| 6407 | + "id": "WifiSsid", |
| 6408 | + "properties": { |
| 6409 | + "wifiSsid": { |
| 6410 | + "description": "Required. Wi-Fi SSID represented as a string.", |
| 6411 | + "type": "string" |
| 6412 | + } |
| 6413 | + }, |
| 6414 | + "type": "object" |
| 6415 | + }, |
| 6416 | + "WifiSsidPolicy": { |
| 6417 | + "description": "Restrictions on which Wi-Fi SSIDs the device can connect to. Note that this does not affect which networks can be configured on the device. Supported on company-owned devices running Android 13 and above.", |
| 6418 | + "id": "WifiSsidPolicy", |
| 6419 | + "properties": { |
| 6420 | + "wifiSsidPolicyType": { |
| 6421 | + "description": "Type of the Wi-Fi SSID policy to be applied.", |
| 6422 | + "enum": [ |
| 6423 | + "WIFI_SSID_POLICY_TYPE_UNSPECIFIED", |
| 6424 | + "WIFI_SSID_DENYLIST", |
| 6425 | + "WIFI_SSID_ALLOWLIST" |
| 6426 | + ], |
| 6427 | + "enumDescriptions": [ |
| 6428 | + "Defaults to WIFI_SSID_DENYLIST. wifiSsids must not be set. There are no restrictions on which SSID the device can connect to.", |
| 6429 | + "The device cannot connect to any Wi-Fi network whose SSID is in wifiSsids, but can connect to other networks.", |
| 6430 | + "The device can make Wi-Fi connections only to the SSIDs in wifiSsids. wifiSsids must not be empty. The device will not be able to connect to any other Wi-Fi network." |
| 6431 | + ], |
| 6432 | + "type": "string" |
| 6433 | + }, |
| 6434 | + "wifiSsids": { |
| 6435 | + "description": "Optional. List of Wi-Fi SSIDs that should be applied in the policy. This field must be non-empty when WifiSsidPolicyType is set to WIFI_SSID_ALLOWLIST. If this is set to a non-empty list, then a nonComplianceDetail detail with API_LEVEL is reported if the Android version is less than 13 and a nonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned devices.", |
| 6436 | + "items": { |
| 6437 | + "$ref": "WifiSsid" |
| 6438 | + }, |
| 6439 | + "type": "array" |
| 6440 | + } |
| 6441 | + }, |
| 6442 | + "type": "object" |
| 6443 | + }, |
6405 | 6444 | "WipeAction": { |
6406 | 6445 | "description": "An action to reset a company owned device or delete a work profile. Note: blockAction must also be specified.", |
6407 | 6446 | "id": "WipeAction", |
|
0 commit comments