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

ProjectsAppsDeviceCheckConfigBatchGetOptions

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

Additional options for FirebaseAppCheck#projectsAppsDeviceCheckConfigBatchGet.

interface ProjectsAppsDeviceCheckConfigBatchGetOptions {
names?: string;
}

§Properties

§
names?: string
[src]

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