|
138 | 138 | }
|
139 | 139 | }
|
140 | 140 | },
|
141 |
| - "revision": "20220825", |
| 141 | + "revision": "20220904", |
142 | 142 | "rootUrl": "https://playintegrity.googleapis.com/",
|
143 | 143 | "schemas": {
|
144 | 144 | "AccountDetails": {
|
|
172 | 172 | "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.",
|
173 | 173 | "id": "AccountRiskVerdict",
|
174 | 174 | "properties": {
|
| 175 | + "risk": { |
| 176 | + "description": "Required. Indicates the account risk level of the current user session.", |
| 177 | + "enum": [ |
| 178 | + "RISK_UNSPECIFIED", |
| 179 | + "UNEVALUATED", |
| 180 | + "HIGHER", |
| 181 | + "UNKNOWN", |
| 182 | + "LOWER", |
| 183 | + "LOWEST" |
| 184 | + ], |
| 185 | + "enumDescriptions": [ |
| 186 | + "Risk has not been set.", |
| 187 | + "The account risk is not evaluated, because the device is not trusted or the user does not have a Play app license.", |
| 188 | + "Play thinks that at least one of the user accounts on the device has some unusual store engagement behavior that could be risky.", |
| 189 | + "Play does not have sufficient information to assess the risk. The account may be new, or it may lack activity on the Play Store.", |
| 190 | + "Play thinks the user could be genuine, since there is some store engagement. However, some signals to support the trust level are missing.", |
| 191 | + "Play thinks the user is more likely to be genuine due to harder to replicate store engagement signals." |
| 192 | + ], |
| 193 | + "type": "string" |
| 194 | + }, |
175 | 195 | "riskLevel": {
|
176 | 196 | "description": "Required. Indicates the account risk level of the current user session.",
|
177 | 197 | "enum": [
|
|
216 | 236 | "type": "string"
|
217 | 237 | },
|
218 | 238 | "certificateSha256Digest": {
|
219 |
| - "description": "Hex fingerprint of the application signing certificate. e.g. \u201cABCE1F....\u201d Set iff app_recognition_verdict != UNEVALUATED.", |
| 239 | + "description": "The SHA256 hash of the requesting app's signing certificates (base64 web-safe encoded). Set iff app_recognition_verdict != UNEVALUATED.", |
220 | 240 | "items": {
|
221 | 241 | "type": "string"
|
222 | 242 | },
|
|
0 commit comments