Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict

import type { GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Account takeover risk assessment.

interface GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict {
readonly risk?: number;
}

§Properties

§
readonly risk?: number
[src]

Output only. Account takeover attempt probability. Values are from 0.0 (lowest risk) to 1.0 (highest risk).

§

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.

§

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.