Skip to main content

services

Overview

Nameservices
TypeResource
Idfirebase.firebaseappcheck.services

Fields

NameDatatypeDescription
namestringRequired. 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)
enforcementModestringRequired. The App Check enforcement mode for this service.

Methods

NameAccessible byRequired ParamsDescription
projects_services_getSELECTprojectsId, servicesIdGets the Service configuration for the specified service name.
projects_services_listSELECTprojectsIdLists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned.
projects_services_batchUpdateEXECprojectsIdAtomically updates the specified Service configurations.
projects_services_patchEXECprojectsId, servicesIdUpdates the specified Service configuration.