From 15a8fe0e296f6b7f833f282b6fad96397d862989 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 1 Nov 2022 07:09:41 +0000 Subject: [PATCH] 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) --- docs/dyn/playintegrity_v1.v1.html | 4 -- .../documents/playintegrity.v1.json | 53 +------------------ 2 files changed, 1 insertion(+), 56 deletions(-) diff --git a/docs/dyn/playintegrity_v1.v1.html b/docs/dyn/playintegrity_v1.v1.html index 27cf8195a8b..b6f7cb1dd05 100644 --- a/docs/dyn/playintegrity_v1.v1.html +++ b/docs/dyn/playintegrity_v1.v1.html @@ -113,10 +113,6 @@

Method Details

"accountActivity": { # 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. "activityLevel": "A String", # Required. Indicates the activity level of the account. }, - "accountRiskVerdict": { # 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. - "risk": "A String", # Required. Indicates the account risk level of the current user session. - "riskLevel": "A String", # Required. Indicates the account risk level of the current user session. - }, "appLicensingVerdict": "A String", # Required. Details about the licensing status of the user for the app in the scope. }, "appIntegrity": { # Contains the application integrity information. # Required. Details about the application integrity. diff --git a/googleapiclient/discovery_cache/documents/playintegrity.v1.json b/googleapiclient/discovery_cache/documents/playintegrity.v1.json index 119d4bb1696..2d4d4f3f4a7 100644 --- a/googleapiclient/discovery_cache/documents/playintegrity.v1.json +++ b/googleapiclient/discovery_cache/documents/playintegrity.v1.json @@ -138,7 +138,7 @@ } } }, - "revision": "20221023", + "revision": "20221029", "rootUrl": "https://playintegrity.googleapis.com/", "schemas": { "AccountActivity": { @@ -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": [ @@ -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",