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

GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest

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

The migrate key request message.

interface GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest {
skipBillingCheck?: boolean;
}

§Properties

§
skipBillingCheck?: boolean
[src]

Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or migrated key behaves differently than a reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see https://cloud.google.com/recaptcha-enterprise/quotas#quota_limit). To avoid any disruption of your usage, we check that a billing account is present. If your usage of reCAPTCHA is under the free quota, you can safely skip the billing check and proceed with the migration. See https://cloud.google.com/recaptcha-enterprise/docs/billing-information.