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

ProjectsAppsRecaptchaV3ConfigBatchGetOptions

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

Additional options for FirebaseAppCheck#projectsAppsRecaptchaV3ConfigBatchGet.

interface ProjectsAppsRecaptchaV3ConfigBatchGetOptions {
names?: string;
}

§Properties

§
names?: string
[src]

Required. The relative resource names of the RecaptchaV3Configs to retrieve, in the format: projects/{project_number}/apps/{app_id}/recaptchaV3Config A maximum of 100 objects can be retrieved in a batch.