GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason
import type { GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";
Risk reasons applicable to the Fraud Prevention assessment.
interface GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason {
readonly reason?:
} | "REASON_UNSPECIFIED"
| "HIGH_TRANSACTION_VELOCITY"
| "EXCESSIVE_ENUMERATION_PATTERN"
| "SHORT_IDENTITY_HISTORY"
| "GEOLOCATION_DISCREPANCY"
| "ASSOCIATED_WITH_FRAUD_CLUSTER";