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

GoogleFirebaseAppcheckV1Service

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

The enforcement configuration for a Firebase service supported by App Check.

interface GoogleFirebaseAppcheckV1Service {
enforcementMode?: "OFF" | "UNENFORCED" | "ENFORCED";
name?: string;
}

§Properties

§
enforcementMode?: "OFF" | "UNENFORCED" | "ENFORCED"
[src]

Required. The App Check enforcement mode for this service.

§
name?: string
[src]

Required. The relative resource name of the service configuration object, in the format: projects/{project_number}/services/{service_id} Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * firebasestorage.googleapis.com (Cloud Storage for Firebase) * firebasedatabase.googleapis.com (Firebase Realtime Database) * firestore.googleapis.com (Cloud Firestore)