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

GoogleCloudRecaptchaenterpriseV1Assessment

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

A reCAPTCHA Enterprise assessment resource.

interface GoogleCloudRecaptchaenterpriseV1Assessment {
readonly accountDefenderAssessment?: GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment;
readonly fraudPreventionAssessment?: GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment;
readonly name?: string;
}

§Properties

§

Output only. Assessment returned by account defender when an account identifier is provided.

§

Optional. Account verification information for identity verification. The assessment event must include a token and site key to use this feature.

§

Optional. The event being assessed.

§

Output only. Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation.

§

Output only. Assessment returned by Fraud Prevention when TransactionData is provided.

§

Output only. Fraud Signals specific to the users involved in a payment transaction.

§
readonly name?: string
[src]

Output only. Identifier. The resource name for the Assessment in the format projects/{project}/assessments/{assessment}.

§

Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.

§

Output only. The risk analysis result for the event being assessed.

§

Output only. Properties of the provided event token.