各 IAM 権限には type プロパティがあります。このプロパティの値は列挙型で、ADMIN_READ、ADMIN_WRITE、DATA_READ、DATA_WRITE のいずれかになります。メソッドを呼び出すと、Eventarc Publishing は監査ログを生成します。このログのカテゴリは、メソッドの実行に必要な権限の type プロパティによって異なります。type プロパティ値が DATA_READ、DATA_WRITE、または ADMIN_READ の IAM 権限を必要とするメソッドは、データアクセス監査ログを生成します。type プロパティ値が ADMIN_WRITE の IAM 権限を必要とするメソッドは、管理アクティビティ監査ログを生成します。
[[["わかりやすい","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-04-03 UTC。"],[[["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."]]],[]]