각 IAM 권한에는 type 속성이 포함되며 그 값은 네 가지 값(ADMIN_READ, ADMIN_WRITE, DATA_READ, DATA_WRITE) 중 하나일 수 있는 열거형입니다. 메서드를 호출하면 Eventarc Publishing에서 감사 로그를 생성합니다. 이 로그의 카테고리는 메서드를 실행하는 데 필요한 권한의 type 속성에 따라 달라집니다.
DATA_READ, DATA_WRITE, ADMIN_READ의 type 속성 값을 가진 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-10(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."]]],[]]