|
694 | 694 | }
|
695 | 695 | }
|
696 | 696 | },
|
697 |
| -"revision": "20240516", |
| 697 | +"revision": "20240518", |
698 | 698 | "rootUrl": "https://recaptchaenterprise.googleapis.com/",
|
699 | 699 | "schemas": {
|
700 | 700 | "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
|
@@ -948,6 +948,11 @@ true
|
948 | 948 | "readOnly": true,
|
949 | 949 | "type": "string"
|
950 | 950 | },
|
| 951 | +"phoneFraudAssessment": { |
| 952 | +"$ref": "GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment", |
| 953 | +"description": "Output only. Assessment returned when a site key, a token, and a phone number as `user_id` are provided. Account defender and SMS toll fraud protection need to be enabled.", |
| 954 | +"readOnly": true |
| 955 | +}, |
951 | 956 | "privatePasswordLeakVerification": {
|
952 | 957 | "$ref": "GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification",
|
953 | 958 | "description": "Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials."
|
@@ -1542,6 +1547,18 @@ true
|
1542 | 1547 | },
|
1543 | 1548 | "type": "object"
|
1544 | 1549 | },
|
| 1550 | +"GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment": { |
| 1551 | +"description": "Assessment for Phone Fraud", |
| 1552 | +"id": "GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment", |
| 1553 | +"properties": { |
| 1554 | +"smsTollFraudVerdict": { |
| 1555 | +"$ref": "GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict", |
| 1556 | +"description": "Output only. Assessment of this phone event for risk of sms toll fraud.", |
| 1557 | +"readOnly": true |
| 1558 | +} |
| 1559 | +}, |
| 1560 | +"type": "object" |
| 1561 | +}, |
1545 | 1562 | "GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification": {
|
1546 | 1563 | "description": "Private password leak verification info.",
|
1547 | 1564 | "id": "GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification",
|
@@ -1763,6 +1780,35 @@ true
|
1763 | 1780 | },
|
1764 | 1781 | "type": "object"
|
1765 | 1782 | },
|
| 1783 | +"GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict": { |
| 1784 | +"description": "Information about sms toll fraud", |
| 1785 | +"id": "GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict", |
| 1786 | +"properties": { |
| 1787 | +"reasons": { |
| 1788 | +"description": "Output only. Reasons contributing to the SMS toll fraud verdict.", |
| 1789 | +"items": { |
| 1790 | +"enum": [ |
| 1791 | +"SMS_TOLL_FRAUD_REASON_UNSPECIFIED", |
| 1792 | +"INVALID_PHONE_NUMBER" |
| 1793 | +], |
| 1794 | +"enumDescriptions": [ |
| 1795 | +"Default unspecified reason", |
| 1796 | +"The provided phone number was invalid" |
| 1797 | +], |
| 1798 | +"type": "string" |
| 1799 | +}, |
| 1800 | +"readOnly": true, |
| 1801 | +"type": "array" |
| 1802 | +}, |
| 1803 | +"risk": { |
| 1804 | +"description": "Output only. Probability of an sms event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest).", |
| 1805 | +"format": "float", |
| 1806 | +"readOnly": true, |
| 1807 | +"type": "number" |
| 1808 | +} |
| 1809 | +}, |
| 1810 | +"type": "object" |
| 1811 | +}, |
1766 | 1812 | "GoogleCloudRecaptchaenterpriseV1TestingOptions": {
|
1767 | 1813 | "description": "Options for user acceptance testing.",
|
1768 | 1814 | "id": "GoogleCloudRecaptchaenterpriseV1TestingOptions",
|
|
0 commit comments