רישום ביומן הביקורת של העברת הודעות בענן ב-Firebase
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במסמך הזה מתואר רישום ביומן הביקורת של מסוף ההתראות של Firebase. שירותי Google Cloud יוצרים יומני ביקורת שמתעדים פעילויות ניהוליות ופעילויות גישה במשאבי Google Cloud.
למידע נוסף על יומני הביקורת של Cloud, קראו את המאמרים הבאים:
לכל הרשאת IAM יש מאפיין type, שהערך שלו הוא enum שיכול להיות אחד מארבעה ערכים: ADMIN_READ, ADMIN_WRITE, DATA_READ או DATA_WRITE. כשקוראים לשיטה, מסוף ההתראות של Firebase יוצר יומן ביקורת שהקטגוריה שלו תלויה במאפיין type של ההרשאה הנדרשת לביצוע השיטה.
שיטות שנדרשת להן הרשאת IAM עם ערך המאפיין type
מתוך DATA_READ, DATA_WRITE או ADMIN_READ יוצרים
יומני הביקורת של גישה לנתונים.
שיטות שדורשות הרשאת IAM עם ערך type של ADMIN_WRITE יוצרות יומני ביקורת של פעילות של אדמין.
למידע על האופן שבו ההרשאות נבדקות ועל ההרשאות שנבדקות בכל שיטה, תוכלו לעיין במסמכי העזרה של ניהול זהויות והרשאות הגישה ב-Cloud למסוף ההתראות של 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 `"]]