每个 IAM 权限都有一个 type 属性,该属性的值是一个枚举,可以是以下四个值之一:ADMIN_READ、ADMIN_WRITE、DATA_READ 或 DATA_WRITE。在您调用某个方法时,App Engine Memcache 会生成一个审核日志,其类别取决于执行该方法所需权限的 type 属性。需要 IAM 权限且 type 属性值为 DATA_READ、DATA_WRITE 或 ADMIN_READ 的方法会生成数据访问审核日志。需要 IAM 权限且 type 属性值为 ADMIN_WRITE 的方法会生成管理员活动审核日志。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-21。"],[[["\u003cp\u003eApp Engine Memcache audit logs record administrative and data access activities through the Cloud Console, not operations initiated within the app itself.\u003c/p\u003e\n"],["\u003cp\u003eAudit logs for App Engine Memcache use the service name \u003ccode\u003eappenginememcacheconsole.googleapis.com\u003c/code\u003e, which can be used to filter relevant logs.\u003c/p\u003e\n"],["\u003cp\u003eMethods requiring \u003ccode\u003eDATA_READ\u003c/code\u003e, \u003ccode\u003eDATA_WRITE\u003c/code\u003e, or \u003ccode\u003eADMIN_READ\u003c/code\u003e permissions generate Data Access audit logs, while methods requiring \u003ccode\u003eADMIN_WRITE\u003c/code\u003e generate Admin Activity audit logs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecloud_cache.MemcacheAdminService\u003c/code\u003e includes methods such as \u003ccode\u003eDeleteMemcacheItem\u003c/code\u003e, \u003ccode\u003eFlushAllMemcacheItems\u003c/code\u003e, \u003ccode\u003eGetMemcacheItem\u003c/code\u003e, and \u003ccode\u003eSetMemcacheItem\u003c/code\u003e, each with specific permission requirements and audit log types.\u003c/p\u003e\n"],["\u003cp\u003eEach method for App Engine memcache has its own filter to apply to the logs, such as, \u003ccode\u003eprotoPayload.methodName="cloud_cache.MemcacheAdminService.DeleteMemcacheItem"\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# App Engine Memcache audit logging\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\nThis document describes audit logging for App Engine Memcache. 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](/logging/docs/audit#types)\n- [Audit log entry structure](/logging/docs/audit#audit_log_entry_structure)\n- [Storing and routing audit logs](/logging/docs/audit#storing_and_routing_audit_logs)\n- [Cloud Logging pricing summary](/stackdriver/pricing#logs-pricing-summary)\n- [Enable Data Access audit logs](/logging/docs/audit/configure-data-access)\n\n\u003cbr /\u003e\n\nNotes\n-----\n\nAudit logs only apply to operations made through Cloud Console. Memcache operations initiated within your app will not be audit logged.\n\nService name\n------------\n\nApp Engine Memcache audit logs use the service name `appenginememcacheconsole.googleapis.com`.\nFilter for this service: \n\n```gdscript\n protoPayload.serviceName=\"appenginememcacheconsole.googleapis.com\"\n \n```\n\n\u003cbr /\u003e\n\nMethods by permission type\n--------------------------\n\n| To enable these data access audit logs, you must enable data access audit logs for `appengine.googleapis.com`.\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,\nApp Engine Memcache 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](/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](/logging/docs/audit#admin-activity) audit logs.\n\nAPI interface audit logs\n------------------------\n\nFor information about how and which permissions are evaluated for each method,\nsee the Identity and Access Management documentation for App Engine Memcache.\n\n### `cloud_cache.MemcacheAdminService`\n\nThe following audit logs are associated with methods belonging to\n`cloud_cache.MemcacheAdminService`.\n\n#### `DeleteMemcacheItem`\n\n- **Method** : `cloud_cache.MemcacheAdminService.DeleteMemcacheItem` \n- **Audit log type** : [Data access](/logging/docs/audit#data-access) \n- **Permissions** :\n - `appengine.memcache.update - DATA_WRITE`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"cloud_cache.MemcacheAdminService.DeleteMemcacheItem\"\n ` \n\n#### `FlushAllMemcacheItems`\n\n- **Method** : `cloud_cache.MemcacheAdminService.FlushAllMemcacheItems` \n- **Audit log type** : [Data access](/logging/docs/audit#data-access) \n- **Permissions** :\n - `appengine.memcache.flush - DATA_WRITE`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"cloud_cache.MemcacheAdminService.FlushAllMemcacheItems\"\n ` \n\n#### `GetMemcacheItem`\n\n- **Method** : `cloud_cache.MemcacheAdminService.GetMemcacheItem` \n- **Audit log type** : [Data access](/logging/docs/audit#data-access) \n- **Permissions** :\n - `appengine.memcache.get - DATA_READ`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"cloud_cache.MemcacheAdminService.GetMemcacheItem\"\n ` \n\n#### `SetMemcacheItem`\n\n- **Method** : `cloud_cache.MemcacheAdminService.SetMemcacheItem` \n- **Audit log type** : [Data access](/logging/docs/audit#data-access) \n- **Permissions** :\n - `appengine.memcache.addKey - DATA_WRITE`\n- **Method is a long-running or streaming operation** : No. \n- **Filter for this method** : `\n protoPayload.methodName=\"cloud_cache.MemcacheAdminService.SetMemcacheItem\"\n `"]]