|
786 | 786 | }
|
787 | 787 | }
|
788 | 788 | },
|
789 |
| - "revision": "20240906", |
| 789 | + "revision": "20241208", |
790 | 790 | "rootUrl": "https://recaptchaenterprise.googleapis.com/",
|
791 | 791 | "schemas": {
|
792 | 792 | "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
|
|
1175 | 1175 | "DISABLED"
|
1176 | 1176 | ],
|
1177 | 1177 | "enumDescriptions": [
|
1178 |
| - "Default, unspecified setting. If opted in for automatic detection, `fraud_prevention_assessment` is returned based on the request. Otherwise, `fraud_prevention_assessment` is returned if `transaction_data` is present in the `Event` and Fraud Prevention is enabled in the Google Cloud console.", |
| 1178 | + "Default, unspecified setting. `fraud_prevention_assessment` is returned if `transaction_data` is present in `Event` and Fraud Prevention is enabled in the Google Cloud console.", |
1179 | 1179 | "Enable Fraud Prevention for this assessment, if Fraud Prevention is enabled in the Google Cloud console.",
|
1180 |
| - "Disable Fraud Prevention for this assessment, regardless of opt-in status or Google Cloud console settings." |
| 1180 | + "Disable Fraud Prevention for this assessment, regardless of Google Cloud console settings." |
1181 | 1181 | ],
|
1182 | 1182 | "type": "string"
|
1183 | 1183 | },
|
|
1803 | 1803 | "type": "object"
|
1804 | 1804 | },
|
1805 | 1805 | "GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest": {
|
1806 |
| - "description": "The removeIpOverride request message.", |
| 1806 | + "description": "The RemoveIpOverride request message.", |
1807 | 1807 | "id": "GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest",
|
1808 | 1808 | "properties": {
|
1809 | 1809 | "ipOverrideData": {
|
|
1854 | 1854 | "description": "Risk analysis result for an event.",
|
1855 | 1855 | "id": "GoogleCloudRecaptchaenterpriseV1RiskAnalysis",
|
1856 | 1856 | "properties": {
|
| 1857 | + "challenge": { |
| 1858 | + "description": "Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys", |
| 1859 | + "enum": [ |
| 1860 | + "CHALLENGE_UNSPECIFIED", |
| 1861 | + "NOCAPTCHA", |
| 1862 | + "PASSED", |
| 1863 | + "FAILED" |
| 1864 | + ], |
| 1865 | + "enumDescriptions": [ |
| 1866 | + "Default unspecified type.", |
| 1867 | + "No challenge was presented for solving.", |
| 1868 | + "A solution was submitted that was correct.", |
| 1869 | + "A solution was submitted that was incorrect or otherwise deemed suspicious." |
| 1870 | + ], |
| 1871 | + "readOnly": true, |
| 1872 | + "type": "string" |
| 1873 | + }, |
1857 | 1874 | "extendedVerdictReasons": {
|
1858 | 1875 | "description": "Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.",
|
1859 | 1876 | "items": {
|
|
0 commit comments