GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/access_transparency?eventName=ACCESS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理コンソールのメッセージ形式
Access to {RESOURCE_NAME} has been logged. Please have your Google Workspace Super Admin visit the Access Transparency report in the Admin Dashboard to view more details about this log
[[["わかりやすい","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"]],["最終更新日 2024-08-29 UTC。"],[[["Access Transparency activity events provide insights into Google's access to your Google Workspace data."],["You can retrieve event details, including justifications, resource names, and actor information using the Activities.list() method with applicationName=access_transparency."],["The `ACCESS` event indicates a Google Workspace resource was accessed by Google, and it provides details like product name, resource name, and actor's home office."],["Admins can find further details about these access logs within the Access Transparency report in the Admin Dashboard."]]],["Access Transparency events, specifically `GSUITE_RESOURCE` type, log when Google accesses a Workspace resource. Retrieve these events using `Activities.list()` with `applicationName=access_transparency`. The `ACCESS` event indicates resource access and includes parameters like `ACCESS_APPROVAL_ALERT_CENTER_IDS`, `GSUITE_PRODUCT_NAME`, `JUSTIFICATIONS`, `LOG_ID`, and `RESOURCE_NAME`. A sample request demonstrates fetching `ACCESS` events. Admin console messages log access to the `RESOURCE_NAME`.\n"]]