|
138 | 138 | }
|
139 | 139 | }
|
140 | 140 | },
|
141 |
| - "revision": "20221023", |
| 141 | + "revision": "20221029", |
142 | 142 | "rootUrl": "https://playintegrity.googleapis.com/",
|
143 | 143 | "schemas": {
|
144 | 144 | "AccountActivity": {
|
|
176 | 176 | "$ref": "AccountActivity",
|
177 | 177 | "description": "Details about the account activity for the user in the scope."
|
178 | 178 | },
|
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 |
| - }, |
183 | 179 | "appLicensingVerdict": {
|
184 | 180 | "description": "Required. Details about the licensing status of the user for the app in the scope.",
|
185 | 181 | "enum": [
|
|
199 | 195 | },
|
200 | 196 | "type": "object"
|
201 | 197 | },
|
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 |
| - }, |
249 | 198 | "AppIntegrity": {
|
250 | 199 | "description": "Contains the application integrity information.",
|
251 | 200 | "id": "AppIntegrity",
|
|
0 commit comments