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

GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment

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

Policy config assessment.

interface GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment {
readonly error?: GoogleRpcStatus;
}

§Properties

§
readonly error?: GoogleRpcStatus
[src]

Output only. If the processing of a policy config fails, an error will be populated and the firewall_policy will be left empty.

§

Output only. The policy that matched the request. If more than one policy may match, this is the first match. If no policy matches the incoming request, the policy field will be left empty.