GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason
import type { GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";Risk explainability reasons for account defender.
interface GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason {
readonly reason?:
} | "RISK_REASON_UNSPECIFIED"
| "CLIENT_HISTORICAL_BOT_ACTIVITY"
| "ACCOUNT_IN_LARGE_RELATED_GROUP"
| "CLIENT_ACCESSED_MANY_ACCOUNTS";