|
1168 | 1168 | }
|
1169 | 1169 | }
|
1170 | 1170 | },
|
1171 |
| - "revision": "20240904", |
| 1171 | + "revision": "20240923", |
1172 | 1172 | "rootUrl": "https://androidmanagement.googleapis.com/",
|
1173 | 1173 | "schemas": {
|
1174 | 1174 | "AdbShellCommandEvent": {
|
|
1193 | 1193 | "id": "AdvancedSecurityOverrides",
|
1194 | 1194 | "properties": {
|
1195 | 1195 | "commonCriteriaMode": {
|
1196 |
| - "description": "Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.", |
| 1196 | + "description": "Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, see CommonCriteriaMode for details.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required. If Common Criteria Mode is turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.", |
1197 | 1197 | "enum": [
|
1198 | 1198 | "COMMON_CRITERIA_MODE_UNSPECIFIED",
|
1199 | 1199 | "COMMON_CRITERIA_MODE_DISABLED",
|
|
2252 | 2252 | "Common Criteria Mode is currently enabled."
|
2253 | 2253 | ],
|
2254 | 2254 | "type": "string"
|
| 2255 | + }, |
| 2256 | + "policySignatureVerificationStatus": { |
| 2257 | + "description": "Output only. The status of policy signature verification.", |
| 2258 | + "enum": [ |
| 2259 | + "POLICY_SIGNATURE_VERIFICATION_STATUS_UNSPECIFIED", |
| 2260 | + "POLICY_SIGNATURE_VERIFICATION_DISABLED", |
| 2261 | + "POLICY_SIGNATURE_VERIFICATION_SUCCEEDED", |
| 2262 | + "POLICY_SIGNATURE_VERIFICATION_NOT_SUPPORTED", |
| 2263 | + "POLICY_SIGNATURE_VERIFICATION_FAILED" |
| 2264 | + ], |
| 2265 | + "enumDescriptions": [ |
| 2266 | + "Unspecified. The verification status has not been reported. This is set only if statusReportingSettings.commonCriteriaModeEnabled is false.", |
| 2267 | + "Policy signature verification is disabled on the device as common_criteria_mode is set to false.", |
| 2268 | + "Policy signature verification succeeded.", |
| 2269 | + "Policy signature verification is not supported, e.g. because the device has been enrolled with a CloudDPC version that does not support the policy signature verification.", |
| 2270 | + "The policy signature verification failed. The policy has not been applied." |
| 2271 | + ], |
| 2272 | + "readOnly": true, |
| 2273 | + "type": "string" |
2255 | 2274 | }
|
2256 | 2275 | },
|
2257 | 2276 | "type": "object"
|
|
5663 | 5682 | "id": "ScreenBrightnessSettings",
|
5664 | 5683 | "properties": {
|
5665 | 5684 | "screenBrightness": {
|
5666 |
| - "description": "Optional. The screen brightness between 1 and 255 where 1 is the lowest and 255 is the highest brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected. screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9.", |
| 5685 | + "description": "Optional. The screen brightness between 1 and 255 where 1 is the lowest and 255 is the highest brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected. screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9. Supported on work profiles on company-owned devices on Android 15 and above.", |
5667 | 5686 | "format": "int32",
|
5668 | 5687 | "type": "integer"
|
5669 | 5688 | },
|
|
5678 | 5697 | "enumDescriptions": [
|
5679 | 5698 | "Unspecified. Defaults to BRIGHTNESS_USER_CHOICE.",
|
5680 | 5699 | "The user is allowed to configure the screen brightness. screenBrightness must not be set.",
|
5681 |
| - "The screen brightness mode is automatic in which the brightness is automatically adjusted and the user is not allowed to configure the screen brightness. screenBrightness can still be set and it is taken into account while the brightness is automatically adjusted. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9.", |
5682 |
| - "The screen brightness mode is fixed in which the brightness is set to screenBrightness and the user is not allowed to configure the screen brightness. screenBrightness must be set. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9." |
| 5700 | + "The screen brightness mode is automatic in which the brightness is automatically adjusted and the user is not allowed to configure the screen brightness. screenBrightness can still be set and it is taken into account while the brightness is automatically adjusted. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9. Supported on work profiles on company-owned devices on Android 15 and above.", |
| 5701 | + "The screen brightness mode is fixed in which the brightness is set to screenBrightness and the user is not allowed to configure the screen brightness. screenBrightness must be set. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9. Supported on work profiles on company-owned devices on Android 15 and above." |
5683 | 5702 | ],
|
5684 | 5703 | "type": "string"
|
5685 | 5704 | }
|
|
5691 | 5710 | "id": "ScreenTimeoutSettings",
|
5692 | 5711 | "properties": {
|
5693 | 5712 | "screenTimeout": {
|
5694 |
| - "description": "Optional. Controls the screen timeout duration. The screen timeout duration must be greater than 0, otherwise it is rejected. Additionally, it should not be greater than maximumTimeToLock, otherwise the screen timeout is set to maximumTimeToLock and a NonComplianceDetail with INVALID_VALUE reason and SCREEN_TIMEOUT_GREATER_THAN_MAXIMUM_TIME_TO_LOCK specific reason is reported. If the screen timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9.", |
| 5713 | + "description": "Optional. Controls the screen timeout duration. The screen timeout duration must be greater than 0, otherwise it is rejected. Additionally, it should not be greater than maximumTimeToLock, otherwise the screen timeout is set to maximumTimeToLock and a NonComplianceDetail with INVALID_VALUE reason and SCREEN_TIMEOUT_GREATER_THAN_MAXIMUM_TIME_TO_LOCK specific reason is reported. If the screen timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9. Supported on work profiles on company-owned devices on Android 15 and above.", |
5695 | 5714 | "format": "google-duration",
|
5696 | 5715 | "type": "string"
|
5697 | 5716 | },
|
|
5705 | 5724 | "enumDescriptions": [
|
5706 | 5725 | "Unspecified. Defaults to SCREEN_TIMEOUT_USER_CHOICE.",
|
5707 | 5726 | "The user is allowed to configure the screen timeout. screenTimeout must not be set.",
|
5708 |
| - "The screen timeout is set to screenTimeout and the user is not allowed to configure the timeout. screenTimeout must be set. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9." |
| 5727 | + "The screen timeout is set to screenTimeout and the user is not allowed to configure the timeout. screenTimeout must be set. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9. Supported on work profiles on company-owned devices on Android 15 and above." |
5709 | 5728 | ],
|
5710 | 5729 | "type": "string"
|
5711 | 5730 | }
|
|
0 commit comments