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

ProjectsAppsRecaptchaEnterpriseConfigBatchGetOptions

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

Additional options for FirebaseAppCheck#projectsAppsRecaptchaEnterpriseConfigBatchGet.

interface ProjectsAppsRecaptchaEnterpriseConfigBatchGetOptions {
names?: string;
}

§Properties

§
names?: string
[src]

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