services
Overview
Name | services |
Type | Resource |
Id | firebase.firebaseappcheck.services |
Fields
Name | Datatype | Description |
---|---|---|
name | string | 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) |
enforcementMode | string | Required. The App Check enforcement mode for this service. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_services_get | SELECT | projectsId, servicesId | Gets the Service configuration for the specified service name. |
projects_services_list | SELECT | projectsId | Lists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned. |
projects_services_batchUpdate | EXEC | projectsId | Atomically updates the specified Service configurations. |
projects_services_patch | EXEC | projectsId, servicesId | Updates the specified Service configuration. |