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 15a8fe0

Browse files
committedNov 1, 2022
feat(playintegrity): update the api
#### playintegrity:v1 The following keys were deleted: - schemas.AccountDetails.properties.accountRiskVerdict.$ref (Total Keys: 1) - schemas.AccountRiskVerdict (Total Keys: 4)
1 parent aec2980 commit 15a8fe0

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed
 

‎docs/dyn/playintegrity_v1.v1.html

-4
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ <h3>Method Details</h3>
113113
&quot;accountActivity&quot;: { # Contains a signal helping apps differentiating between likely genuine users and likely non-genuine traffic (such as accounts being used for fraud, accounts used by automated traffic, or accounts used in device farms) based on the presence and volume of Play store activity. # Details about the account activity for the user in the scope.
114114
&quot;activityLevel&quot;: &quot;A String&quot;, # Required. Indicates the activity level of the account.
115115
},
116-
&quot;accountRiskVerdict&quot;: { # Contains information about account risk that indicates if the current user session seems low risk, unknown, or risky before you allow important actions to proceed. # Details about the account risk for the user in the scope. This feature is available only to selected developers.
117-
&quot;risk&quot;: &quot;A String&quot;, # Required. Indicates the account risk level of the current user session.
118-
&quot;riskLevel&quot;: &quot;A String&quot;, # Required. Indicates the account risk level of the current user session.
119-
},
120116
&quot;appLicensingVerdict&quot;: &quot;A String&quot;, # Required. Details about the licensing status of the user for the app in the scope.
121117
},
122118
&quot;appIntegrity&quot;: { # Contains the application integrity information. # Required. Details about the application integrity.

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

+1-52
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
}
139139
}
140140
},
141-
"revision": "20221023",
141+
"revision": "20221029",
142142
"rootUrl": "https://playintegrity.googleapis.com/",
143143
"schemas": {
144144
"AccountActivity": {
@@ -176,10 +176,6 @@
176176
"$ref": "AccountActivity",
177177
"description": "Details about the account activity for the user in the scope."
178178
},
179-
"accountRiskVerdict": {
180-
"$ref": "AccountRiskVerdict",
181-
"description": "Details about the account risk for the user in the scope. This feature is available only to selected developers."
182-
},
183179
"appLicensingVerdict": {
184180
"description": "Required. Details about the licensing status of the user for the app in the scope.",
185181
"enum": [
@@ -199,53 +195,6 @@
199195
},
200196
"type": "object"
201197
},
202-
"AccountRiskVerdict": {
203-
"description": "Contains information about account risk that indicates if the current user session seems low risk, unknown, or risky before you allow important actions to proceed.",
204-
"id": "AccountRiskVerdict",
205-
"properties": {
206-
"risk": {
207-
"description": "Required. Indicates the account risk level of the current user session.",
208-
"enum": [
209-
"RISK_UNSPECIFIED",
210-
"UNEVALUATED",
211-
"HIGHER",
212-
"UNKNOWN",
213-
"LOWER",
214-
"LOWEST"
215-
],
216-
"enumDescriptions": [
217-
"Risk has not been set.",
218-
"The account risk is not evaluated, because the device is not trusted or the user does not have a Play app license.",
219-
"Play thinks that at least one of the user accounts on the device has some unusual store engagement behavior that could be risky.",
220-
"Play does not have sufficient information to assess the risk. The account may be new, or it may lack activity on the Play Store.",
221-
"Play thinks the user could be genuine, since there is some store engagement. However, some signals to support the trust level are missing.",
222-
"Play thinks the user is more likely to be genuine due to harder to replicate store engagement signals."
223-
],
224-
"type": "string"
225-
},
226-
"riskLevel": {
227-
"description": "Required. Indicates the account risk level of the current user session.",
228-
"enum": [
229-
"RISK_LEVEL_UNSPECIFIED",
230-
"RISK_LEVEL_UNEVALUATED",
231-
"RISK_LEVEL_RISK",
232-
"RISK_LEVEL_UNKNOWN",
233-
"RISK_LEVEL_LOW_RISK",
234-
"RISK_LEVEL_LOWEST_RISK"
235-
],
236-
"enumDescriptions": [
237-
"Risk level has not been set.",
238-
"The account risk is not evaluated, because the device is not trusted or the user does not have a Play app license.",
239-
"Play thinks that at least one of the user accounts on the device has some unusual store engagement behavior that could be risky.",
240-
"Play does not have sufficient information to assess the risk. The account may be new, or it may lack activity on the Play Store.",
241-
"Play thinks the user could be genuine, since there is some store engagement. However, some signals to support the trust level are missing.",
242-
"Play thinks the user is more likely to be genuine due to harder to replicate store engagement signals."
243-
],
244-
"type": "string"
245-
}
246-
},
247-
"type": "object"
248-
},
249198
"AppIntegrity": {
250199
"description": "Contains the application integrity information.",
251200
"id": "AppIntegrity",

0 commit comments

Comments
 (0)
Please sign in to comment.