提供意見
Context-Aware Access Audit Activity Events
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本文列出各種情境感知存取權稽核活動事件的事件和參數。您可以使用 applicationName=context_aware_access
呼叫 Activities.list() ,擷取這些事件。
情境感知存取權使用者事件
稽核記錄事件類型「情境感知存取權使用者事件」的簡短說明。這類事件會透過 type=CONTEXT_AWARE_ACCESS_USER_EVENT
傳回。
拒絕存取
存取權遭拒事件的事件名稱。
活動詳細資料
事件名稱
ACCESS_DENY_EVENT
參數
BLOCKED_ API_ ACCESS
string
已封鎖的 API 存取權顯示名稱。
CAA_ ACCESS_ LEVEL_ APPLIED
string
套用存取層級的顯示名稱。
CAA_ ACCESS_ LEVEL_ SATISFIED
string
已滿足存取層級的顯示名稱。
CAA_ ACCESS_ LEVEL_ UNSATISFIED
string
存取層級不符要求的顯示名稱。
CAA_ APPLICATION
string
應用程式的顯示名稱。
CAA_ DEVICE_ ID
string
裝置 ID 的顯示名稱。
CAA_ DEVICE_ STATE
string
裝置狀態的顯示名稱。
要求範例
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications /context_aware_access ?eventName=ACCESS_DENY_EVENT &maxResults=10 &access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{USER_NAME} access denied
存取遭拒內部錯誤
存取遭拒內部錯誤事件的事件名稱。
活動詳細資料
事件名稱
ACCESS_DENY_INTERNAL_ERROR_EVENT
要求範例
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications /context_aware_access ?eventName=ACCESS_DENY_INTERNAL_ERROR_EVENT &maxResults=10 &access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{USER_NAME} access denied internal error
提供意見
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權 ,程式碼範例則為阿帕契 2.0 授權 。詳情請參閱《Google Developers 網站政策 》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-25 (世界標準時間)。
想進一步說明嗎?
[[["容易理解","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"]],["上次更新時間:2025-03-25 (世界標準時間)。"],[],[],null,["# Context-Aware Access Audit Activity Events\n\nThis document lists the events and parameters for\nvarious types of\nContext-Aware Access Audit activity events. You can retrieve these events by\ncalling [Activities.list()](/workspace/admin/reports/v1/reference/activities/list)\nwith `applicationName=context_aware_access`.\n\nContext-Aware Access User Event\n-------------------------------\n\n\nShort discription of audit log event type Context-Aware Access user event.\nEvents of this type are returned with `type=CONTEXT_AWARE_ACCESS_USER_EVENT`.\n\n### Access Denied\n\nEvent name of access deny event.\n\n| Event details ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `ACCESS_DENY_EVENT` |\n| Parameters | |--------------------------------------|----------------------------------------------------| | `BLOCKED_``API_``ACCESS` | `string` Display name of Blocked API access. | | `CAA_``ACCESS_``LEVEL_``APPLIED` | `string` Display name of Access level applied. | | `CAA_``ACCESS_``LEVEL_``SATISFIED` | `string` Display name of Access level satisfied. | | `CAA_``ACCESS_``LEVEL_``UNSATISFIED` | `string` Display name of Access level unsatisfied. | | `CAA_``APPLICATION` | `string` Display name of Application. | | `CAA_``DEVICE_``ID` | `string` Display name of Device Id. | | `CAA_``DEVICE_``STATE` | `string` Display name of Device State. | |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**context_aware_access** `?eventName=`**ACCESS_DENY_EVENT** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{USER_NAME}\u003c/var\u003e` access denied` |\n\n### Access Denied Internal Error\n\nEvent name of access denied internal error event.\n\n| Event details ||\n|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `ACCESS_DENY_INTERNAL_ERROR_EVENT` |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**context_aware_access** `?eventName=`**ACCESS_DENY_INTERNAL_ERROR_EVENT** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{USER_NAME}\u003c/var\u003e` access denied internal error` |"]]