Ведение журнала аудита для Firebase Cloud Messaging
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
В этом документе описывается ведение журнала аудита для консоли уведомлений Firebase. Службы Google Cloud генерируют журналы аудита, в которых фиксируются действия по администрированию и доступу к вашим ресурсам Google Cloud . Дополнительные сведения о журналах облачного аудита см. в следующих разделах:
Каждое разрешение IAM имеет свойство type , значение которого представляет собой перечисление, которое может иметь одно из четырех значений: ADMIN_READ , ADMIN_WRITE , DATA_READ или DATA_WRITE . Когда вы вызываете метод, консоль уведомлений Firebase создает журнал аудита, категория которого зависит от свойства type разрешения, необходимого для выполнения метода. Методы, которым требуется разрешение IAM со значением свойства typeDATA_READ , DATA_WRITE или ADMIN_READ , создают журналы аудита доступа к данным . Методы, которым требуется разрешение IAM со значением свойства typeADMIN_WRITE создают журналы аудита действий администратора .
Информацию о том, как и какие разрешения оцениваются для каждого метода, см. в документации Cloud Identity and Access Management для консоли уведомлений Firebase.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-09-04 UTC."],[],[],null,["This document describes audit logging for Firebase Notifications Console. Google Cloud services\ngenerate audit logs that record administrative and access activities within your Google Cloud resources.\nFor more information about Cloud Audit Logs, see the following:\n\n- [Types of audit logs](https://cloud.google.com/logging/docs/audit#types)\n- [Audit log entry structure](https://cloud.google.com/logging/docs/audit#audit_log_entry_structure)\n- [Storing and routing audit logs](https://cloud.google.com/logging/docs/audit#storing_and_routing_audit_logs)\n- [Cloud Logging pricing summary](https://cloud.google.com/stackdriver/pricing#logs-pricing-summary)\n- [Enable Data Access audit logs](https://cloud.google.com/logging/docs/audit/configure-data-access)\n\n\u003cbr /\u003e\n\nService name\n\nFirebase Notifications Console audit logs use the service name `gcmcontextualcampaign-pa.googleapis.com`.\nFilter for this service: \n\n```gdscript\n protoPayload.serviceName=\"gcmcontextualcampaign-pa.googleapis.com\"\n \n```\n\n\u003cbr /\u003e\n\nMethods by permission type\n\nEach IAM permission has a `type` property, whose value is an enum\nthat can be one of four values: `ADMIN_READ`, `ADMIN_WRITE`,\n`DATA_READ`, or `DATA_WRITE`. When you call a method,\nFirebase Notifications Console generates an audit log whose category is dependent on the\n`type` property of the permission required to perform the method.\n\nMethods that require an IAM permission with the `type` property value\nof `DATA_READ`, `DATA_WRITE`, or `ADMIN_READ` generate\n[Data Access](https://cloud.google.com/logging/docs/audit#data-access) audit logs.\n\nMethods that require an IAM permission with the `type` property value\nof `ADMIN_WRITE` generate\n[Admin Activity](https://cloud.google.com/logging/docs/audit#admin-activity) audit logs.\n\n| Permission type | Methods |\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DATA_READ` | `google.internal.gcm.contextual.campaign.v1.CampaignService.GetAnalytics` `google.internal.gcm.contextual.campaign.v1.CampaignService.GetAudiences` `google.internal.gcm.contextual.campaign.v1.CampaignService.GetFcmStats` `google.internal.gcm.contextual.campaign.v1.CampaignService.GetProjectTrackingInfo` `google.internal.gcm.contextual.campaign.v1.CampaignService.GetTopicList` `google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService.GetAnalyticsLabelList` `google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService.ListCampaigns` |\n\nAPI interface audit logs\n\nFor information about how and which permissions are evaluated for each method,\nsee the Cloud Identity and Access Management documentation for Firebase Notifications Console.\n\n`google.internal.gcm.contextual.campaign.v1.CampaignService`\n\nThe following audit logs are associated with methods belonging to\n`google.internal.gcm.contextual.campaign.v1.CampaignService`.\n\n`GetAnalytics`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v1.CampaignService.GetAnalytics` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v1.CampaignService.GetAnalytics\"\n ` \n\n`GetAudiences`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v1.CampaignService.GetAudiences` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v1.CampaignService.GetAudiences\"\n ` \n\n`GetFcmStats`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v1.CampaignService.GetFcmStats` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v1.CampaignService.GetFcmStats\"\n ` \n\n`GetProjectTrackingInfo`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v1.CampaignService.GetProjectTrackingInfo` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v1.CampaignService.GetProjectTrackingInfo\"\n ` \n\n`GetTopicList`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v1.CampaignService.GetTopicList` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v1.CampaignService.GetTopicList\"\n ` \n\n`google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService`\n\nThe following audit logs are associated with methods belonging to\n`google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService`.\n\n`GetAnalyticsLabelList`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService.GetAnalyticsLabelList` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService.GetAnalyticsLabelList\"\n ` \n\n`ListCampaigns`\n\n- **Method** : `google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService.ListCampaigns` \n- **Audit log type** : [Data access](https://cloud.google.com/logging/docs/audit#data-access) \n- **Permissions** :\n - `firebasenotifications.messages.list - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"google.internal.gcm.contextual.campaign.v2.FirebaseNotificationApiService.ListCampaigns\"\n `"]]