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: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/AdvancedSecurityOverrides.java
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
33
33
/**
34
34
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
35
35
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
36
-
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
37
-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
38
-
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
39
-
* enforces a strict security model typically only required for IT products used in national
40
-
* security systems and other highly sensitive organizations. Standard device use may be affected.
41
-
* Only enabled if required.
36
+
* Criteria Mode increases certain security components on a device, see CommonCriteriaMode for
37
+
* details.Warning: Common Criteria Mode enforces a strict security model typically only required
38
+
* for IT products used in national security systems and other highly sensitive organizations.
39
+
* Standard device use may be affected. Only enabled if required. If Common Criteria Mode is
40
+
* turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and
41
+
* any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -98,12 +98,12 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
98
98
/**
99
99
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
100
100
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
101
-
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
102
-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
103
-
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
104
-
* enforces a strict security model typically only required for IT products used in national
105
-
* security systems and other highly sensitive organizations. Standard device use may be affected.
106
-
* Only enabled if required.
101
+
* Criteria Mode increases certain security components on a device, see CommonCriteriaMode for
102
+
* details.Warning: Common Criteria Mode enforces a strict security model typically only required
103
+
* for IT products used in national security systems and other highly sensitive organizations.
104
+
* Standard device use may be affected. Only enabled if required. If Common Criteria Mode is
105
+
* turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and
106
+
* any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
107
107
* @return value or {@code null} for none
108
108
*/
109
109
publicjava.lang.StringgetCommonCriteriaMode() {
@@ -113,12 +113,12 @@ public java.lang.String getCommonCriteriaMode() {
113
113
/**
114
114
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
115
115
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
116
-
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
117
-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
118
-
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
119
-
* enforces a strict security model typically only required for IT products used in national
120
-
* security systems and other highly sensitive organizations. Standard device use may be affected.
121
-
* Only enabled if required.
116
+
* Criteria Mode increases certain security components on a device, see CommonCriteriaMode for
117
+
* details.Warning: Common Criteria Mode enforces a strict security model typically only required
118
+
* for IT products used in national security systems and other highly sensitive organizations.
119
+
* Standard device use may be affected. Only enabled if required. If Common Criteria Mode is
120
+
* turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and
121
+
* any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
122
122
* @param commonCriteriaMode commonCriteriaMode or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/CommonCriteriaModeInfo.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,13 @@ public final class CommonCriteriaModeInfo extends com.google.api.client.json.Gen
40
40
@com.google.api.client.util.Key
41
41
privatejava.lang.StringcommonCriteriaModeStatus;
42
42
43
+
/**
44
+
* Output only. The status of policy signature verification.
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/ScreenBrightnessSettings.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ public final class ScreenBrightnessSettings extends com.google.api.client.json.G
35
35
* brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected.
36
36
* screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this.
37
37
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
38
-
* is reported if the Android version is less than 9.
38
+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
39
+
* devices on Android 15 and above.
39
40
* The value may be {@code null}.
40
41
*/
41
42
@com.google.api.client.util.Key
@@ -53,7 +54,8 @@ public final class ScreenBrightnessSettings extends com.google.api.client.json.G
53
54
* brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected.
54
55
* screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this.
55
56
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
56
-
* is reported if the Android version is less than 9.
57
+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
58
+
* devices on Android 15 and above.
57
59
* @return value or {@code null} for none
58
60
*/
59
61
publicjava.lang.IntegergetScreenBrightness() {
@@ -65,7 +67,8 @@ public java.lang.Integer getScreenBrightness() {
65
67
* brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected.
66
68
* screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this.
67
69
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
68
-
* is reported if the Android version is less than 9.
70
+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
71
+
* devices on Android 15 and above.
69
72
* @param screenBrightness screenBrightness or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/ScreenTimeoutSettings.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ public final class ScreenTimeoutSettings extends com.google.api.client.json.Gene
39
39
* timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may
40
40
* vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED.
41
41
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
42
-
* is reported if the Android version is less than 9.
42
+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
43
+
* devices on Android 15 and above.
43
44
* The value may be {@code null}.
44
45
*/
45
46
@com.google.api.client.util.Key
@@ -61,7 +62,8 @@ public final class ScreenTimeoutSettings extends com.google.api.client.json.Gene
61
62
* timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may
62
63
* vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED.
63
64
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
64
-
* is reported if the Android version is less than 9.
65
+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
66
+
* devices on Android 15 and above.
65
67
* @return value or {@code null} for none
66
68
*/
67
69
publicStringgetScreenTimeout() {
@@ -77,7 +79,8 @@ public String getScreenTimeout() {
77
79
* timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may
78
80
* vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED.
79
81
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
80
-
* is reported if the Android version is less than 9.
82
+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
83
+
* devices on Android 15 and above.
81
84
* @param screenTimeout screenTimeout or {@code null} for none
0 commit comments