|
138 | 138 | }
|
139 | 139 | }
|
140 | 140 | },
|
141 |
| -"revision": "20240502", |
| 141 | +"revision": "20240509", |
142 | 142 | "rootUrl": "https://playintegrity.googleapis.com/",
|
143 | 143 | "schemas": {
|
144 | 144 | "AccountActivity": {
|
|
199 | 199 | "description": "Contains signals about others apps on the device which could be used to access or control the requesting app.",
|
200 | 200 | "id": "AppAccessRiskVerdict",
|
201 | 201 | "properties": {
|
| 202 | +"appsDetected": { |
| 203 | +"description": "List of detected app types signalled for App Access Risk.", |
| 204 | +"items": { |
| 205 | +"enum": [ |
| 206 | +"APPS_DETECTED_UNSPECIFIED", |
| 207 | +"KNOWN_INSTALLED", |
| 208 | +"KNOWN_CAPTURING", |
| 209 | +"KNOWN_OVERLAYS", |
| 210 | +"KNOWN_CONTROLLING", |
| 211 | +"UNKNOWN_INSTALLED", |
| 212 | +"UNKNOWN_CAPTURING", |
| 213 | +"UNKNOWN_OVERLAYS", |
| 214 | +"UNKNOWN_CONTROLLING" |
| 215 | +], |
| 216 | +"enumDescriptions": [ |
| 217 | +"Apps detected is unspecified.", |
| 218 | +"One or more apps is installed by Google Play or preloaded on the system partition by the device manufacturer.", |
| 219 | +"One or more apps installed by Google Play or preloaded on the device is running that could be used to read or capture the requesting app, such as a screen recording app.", |
| 220 | +"One or more apps installed by Google Play or preloaded on the device is running that could be used to display overlays over the requesting app.", |
| 221 | +"One or more apps installed by Google Play or preloaded on the device is running that could be used to control the device, such as a remote support app.", |
| 222 | +"One or more unknown apps is installed, that were not installed by Google Play or preloaded on the system partition by the device manufacturer.", |
| 223 | +"One or more unknown apps, which were not installed by Google Play or preloaded on the device, is running that could be used to read or capture the requesting app, such as a screen recording app.", |
| 224 | +"One or more unknown apps, which were not installed by Google Play or preloaded on the device, is running that could be used to display overlays over the requesting app.", |
| 225 | +"One or more unknown apps, which were not installed by Google Play or preloaded on the device, is running that could be used to control the device, such as a remote support app." |
| 226 | +], |
| 227 | +"type": "string" |
| 228 | +}, |
| 229 | +"type": "array" |
| 230 | +}, |
202 | 231 | "otherApps": {
|
203 |
| -"description": "App access risk verdict related to apps that are not installed by Google Play, and are not preloaded on the system image by the device manufacturer.", |
| 232 | +"deprecated": true, |
| 233 | +"description": "Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by Google Play, and are not preloaded on the system image by the device manufacturer.", |
204 | 234 | "enum": [
|
205 | 235 | "UNKNOWN",
|
206 | 236 | "UNEVALUATED",
|
|
220 | 250 | "type": "string"
|
221 | 251 | },
|
222 | 252 | "playOrSystemApps": {
|
223 |
| -"description": "App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.", |
| 253 | +"deprecated": true, |
| 254 | +"description": "Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.", |
224 | 255 | "enum": [
|
225 | 256 | "UNKNOWN",
|
226 | 257 | "UNEVALUATED",
|
|
0 commit comments