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

GoogleCloudRecaptchaenterpriseV1Key

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

A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.

interface GoogleCloudRecaptchaenterpriseV1Key {
readonly createTime?: Date;
displayName?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§

Settings for keys that can be used by Android apps.

§
readonly createTime?: Date
[src]

Output only. The timestamp corresponding to the creation of this key.

§
displayName?: string
[src]

Required. Human-readable display name of this key. Modifiable by user.

§

Settings for keys that can be used by iOS apps.

§
labels?: {
[key: string]: string;
}
[src]

Optional. See [Creating and managing labels] (https://cloud.google.com/recaptcha-enterprise/docs/labels).

§
name?: string
[src]

Identifier. The resource name for the Key in the format projects/{project}/keys/{key}.

§

Optional. Options for user acceptance testing.

§

Optional. Settings for WAF

§

Settings for keys that can be used by websites.