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

GoogleCloudRecaptchaenterpriseV1AndroidKeySettings

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

Settings specific to keys that can be used by Android apps.

interface GoogleCloudRecaptchaenterpriseV1AndroidKeySettings {
allowAllPackageNames?: boolean;
allowedPackageNames?: string[];
supportNonGoogleAppStoreDistribution?: boolean;
}

§Properties

§
allowAllPackageNames?: boolean
[src]

Optional. If set to true, allowed_package_names are not enforced.

§
allowedPackageNames?: string[]
[src]

Optional. Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

§
supportNonGoogleAppStoreDistribution?: boolean
[src]

Optional. Set to true for keys that are used in an Android application that is available for download in app stores in addition to the Google Play Store.