Skip to content

Commit

Permalink
feat(playintegrity): update the api
Browse files Browse the repository at this point in the history
#### playintegrity:v1

The following keys were deleted:
- schemas.AccountDetails.properties.accountRiskVerdict.$ref (Total Keys: 1)
- schemas.AccountRiskVerdict (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Nov 1, 2022
1 parent aec2980 commit 15a8fe0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
4 changes: 0 additions & 4 deletions docs/dyn/playintegrity_v1.v1.html
Expand Up @@ -113,10 +113,6 @@ <h3>Method Details</h3>
&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.
&quot;activityLevel&quot;: &quot;A String&quot;, # Required. Indicates the activity level of the account.
},
&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.
&quot;risk&quot;: &quot;A String&quot;, # Required. Indicates the account risk level of the current user session.
&quot;riskLevel&quot;: &quot;A String&quot;, # Required. Indicates the account risk level of the current user session.
},
&quot;appLicensingVerdict&quot;: &quot;A String&quot;, # Required. Details about the licensing status of the user for the app in the scope.
},
&quot;appIntegrity&quot;: { # Contains the application integrity information. # Required. Details about the application integrity.
Expand Down
53 changes: 1 addition & 52 deletions googleapiclient/discovery_cache/documents/playintegrity.v1.json
Expand Up @@ -138,7 +138,7 @@
}
}
},
"revision": "20221023",
"revision": "20221029",
"rootUrl": "https://playintegrity.googleapis.com/",
"schemas": {
"AccountActivity": {
Expand Down Expand Up @@ -176,10 +176,6 @@
"$ref": "AccountActivity",
"description": "Details about the account activity for the user in the scope."
},
"accountRiskVerdict": {
"$ref": "AccountRiskVerdict",
"description": "Details about the account risk for the user in the scope. This feature is available only to selected developers."
},
"appLicensingVerdict": {
"description": "Required. Details about the licensing status of the user for the app in the scope.",
"enum": [
Expand All @@ -199,53 +195,6 @@
},
"type": "object"
},
"AccountRiskVerdict": {
"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.",
"id": "AccountRiskVerdict",
"properties": {
"risk": {
"description": "Required. Indicates the account risk level of the current user session.",
"enum": [
"RISK_UNSPECIFIED",
"UNEVALUATED",
"HIGHER",
"UNKNOWN",
"LOWER",
"LOWEST"
],
"enumDescriptions": [
"Risk has not been set.",
"The account risk is not evaluated, because the device is not trusted or the user does not have a Play app license.",
"Play thinks that at least one of the user accounts on the device has some unusual store engagement behavior that could be risky.",
"Play does not have sufficient information to assess the risk. The account may be new, or it may lack activity on the Play Store.",
"Play thinks the user could be genuine, since there is some store engagement. However, some signals to support the trust level are missing.",
"Play thinks the user is more likely to be genuine due to harder to replicate store engagement signals."
],
"type": "string"
},
"riskLevel": {
"description": "Required. Indicates the account risk level of the current user session.",
"enum": [
"RISK_LEVEL_UNSPECIFIED",
"RISK_LEVEL_UNEVALUATED",
"RISK_LEVEL_RISK",
"RISK_LEVEL_UNKNOWN",
"RISK_LEVEL_LOW_RISK",
"RISK_LEVEL_LOWEST_RISK"
],
"enumDescriptions": [
"Risk level has not been set.",
"The account risk is not evaluated, because the device is not trusted or the user does not have a Play app license.",
"Play thinks that at least one of the user accounts on the device has some unusual store engagement behavior that could be risky.",
"Play does not have sufficient information to assess the risk. The account may be new, or it may lack activity on the Play Store.",
"Play thinks the user could be genuine, since there is some store engagement. However, some signals to support the trust level are missing.",
"Play thinks the user is more likely to be genuine due to harder to replicate store engagement signals."
],
"type": "string"
}
},
"type": "object"
},
"AppIntegrity": {
"description": "Contains the application integrity information.",
"id": "AppIntegrity",
Expand Down

0 comments on commit 15a8fe0

Please sign in to comment.