|
666 | 666 | }
|
667 | 667 | }
|
668 | 668 | },
|
669 |
| - "revision": "20230319", |
| 669 | + "revision": "20230328", |
670 | 670 | "rootUrl": "https://recaptchaenterprise.googleapis.com/",
|
671 | 671 | "schemas": {
|
672 | 672 | "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
|
|
1134 | 1134 | "description": "Assessment for Fraud Prevention.",
|
1135 | 1135 | "id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment",
|
1136 | 1136 | "properties": {
|
| 1137 | + "behavioralTrustVerdict": { |
| 1138 | + "$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict", |
| 1139 | + "description": "Assessment of this transaction for behavioral trust." |
| 1140 | + }, |
1137 | 1141 | "cardTestingVerdict": {
|
1138 | 1142 | "$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict",
|
1139 | 1143 | "description": "Assessment of this transaction for risk of being part of a card testing attack."
|
|
1150 | 1154 | },
|
1151 | 1155 | "type": "object"
|
1152 | 1156 | },
|
| 1157 | + "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict": { |
| 1158 | + "description": "Information about behavioral trust of the transaction.", |
| 1159 | + "id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict", |
| 1160 | + "properties": { |
| 1161 | + "trust": { |
| 1162 | + "description": "Probability (0-1) of this transaction attempt being executed in a behaviorally trustworthy way.", |
| 1163 | + "format": "float", |
| 1164 | + "type": "number" |
| 1165 | + } |
| 1166 | + }, |
| 1167 | + "type": "object" |
| 1168 | + }, |
1153 | 1169 | "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict": {
|
1154 | 1170 | "description": "Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.",
|
1155 | 1171 | "id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict",
|
|
1881 | 1897 | "Redirects suspicious traffic to reCAPTCHA.",
|
1882 | 1898 | "Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.",
|
1883 | 1899 | "Use reCAPTCHA action-tokens to protect user actions.",
|
1884 |
| - "Use reCAPTCHA WAF express protection to protect any context other than web pages, like APIs and IoT devices." |
| 1900 | + "Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices." |
1885 | 1901 | ],
|
1886 | 1902 | "type": "string"
|
1887 | 1903 | },
|
|
0 commit comments