每個 IAM 權限都有 type 屬性,其值為列舉,可以是下列四個值之一:ADMIN_READ、ADMIN_WRITE、DATA_READ 或 DATA_WRITE。呼叫方法時,Eventarc Publishing 會產生稽核記錄,其類別取決於執行方法所需的權限 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"]],["上次更新時間:2025-07-10 (世界標準時間)。"],[[["Eventarc Publishing generates audit logs for administrative and data access activities within Google Cloud resources, using the service name `eventarcpublishing.googleapis.com`."],["Audit logs are categorized based on the IAM permission type required for a method, with `ADMIN_WRITE` generating Admin Activity logs and `DATA_READ`, `DATA_WRITE`, or `ADMIN_READ` generating Data Access logs."],["The `google.cloud.eventarc.publishing.v1.Publisher.Publish` method, which requires `DATA_WRITE` permission, produces Data Access audit logs and is filterable by `protoPayload.methodName=\"google.cloud.eventarc.publishing.v1.Publisher.Publish\"`."],["Certain methods, such as `google.cloud.eventarc.publishing.v1.Publisher.PublishChannelConnectionEvents` and `google.cloud.eventarc.publishing.v1.Publisher.PublishEvents`, do not generate audit logs due to high volume, low auditing value, or existing coverage in other logs."],["Eventarc Advanced is a Pre-GA feature and is available \"as is\" with potentially limited support, as outlined in the Pre-GA Offerings Terms of the Service Specific Terms."]]],[]]