Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cede466

Browse files
committedFeb 25, 2025
feat(playintegrity): update the api
#### playintegrity:v1 The following keys were deleted: - schemas.AppAccessRiskVerdict.properties.otherApps (Total Keys: 2) - schemas.AppAccessRiskVerdict.properties.playOrSystemApps (Total Keys: 2)
1 parent f0f64d4 commit cede466

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed
 

‎docs/dyn/playintegrity_v1.v1.html

-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ <h3>Method Details</h3>
154154
&quot;appsDetected&quot;: [ # List of detected app types signalled for App Access Risk.
155155
&quot;A String&quot;,
156156
],
157-
&quot;otherApps&quot;: &quot;A String&quot;, # 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.
158-
&quot;playOrSystemApps&quot;: &quot;A String&quot;, # 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.
159157
},
160158
&quot;playProtectVerdict&quot;: &quot;A String&quot;, # The evaluation of Play Protect verdict.
161159
},

‎googleapiclient/discovery_cache/documents/playintegrity.v1.json

+1-43
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171
}
172172
},
173-
"revision": "20241127",
173+
"revision": "20250223",
174174
"rootUrl": "https://playintegrity.googleapis.com/",
175175
"schemas": {
176176
"AccountActivity": {
@@ -259,48 +259,6 @@
259259
"type": "string"
260260
},
261261
"type": "array"
262-
},
263-
"otherApps": {
264-
"deprecated": true,
265-
"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.",
266-
"enum": [
267-
"UNKNOWN",
268-
"UNEVALUATED",
269-
"NOT_INSTALLED",
270-
"INSTALLED",
271-
"CAPTURING",
272-
"CONTROLLING"
273-
],
274-
"enumDescriptions": [
275-
"Risk type is unknown.",
276-
"App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.",
277-
"No apps under this field are installed on the device. This is only valid for the other apps field.",
278-
"One or more apps under this field are installed on the device.",
279-
"Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.",
280-
"Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps."
281-
],
282-
"type": "string"
283-
},
284-
"playOrSystemApps": {
285-
"deprecated": true,
286-
"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.",
287-
"enum": [
288-
"UNKNOWN",
289-
"UNEVALUATED",
290-
"NOT_INSTALLED",
291-
"INSTALLED",
292-
"CAPTURING",
293-
"CONTROLLING"
294-
],
295-
"enumDescriptions": [
296-
"Risk type is unknown.",
297-
"App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.",
298-
"No apps under this field are installed on the device. This is only valid for the other apps field.",
299-
"One or more apps under this field are installed on the device.",
300-
"Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.",
301-
"Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps."
302-
],
303-
"type": "string"
304262
}
305263
},
306264
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.