GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict
import type { GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";Account takeover risk assessment.
interface GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict {
readonly risk?: number;
readonly riskReasons?: GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason[];
readonly trustReasons?: GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTrustReason[];
}§Properties
§
readonly risk?: number
[src]Output only. Account takeover attempt probability. Values are from 0.0 (lowest risk) to 1.0 (highest risk).
§
readonly riskReasons?: GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason[]
[src]Output only. Unordered list. Reasons why the request appears risky. Risk reasons can be returned even if the risk is low, as trustworthy requests can still have some risk signals.
§
readonly trustReasons?: GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTrustReason[]
[src]Output only. Unordered list. Reasons why the request appears trustworthy. Trust reasons can be returned even if the risk is high, as risky requests can still have some trust signals.