发送反馈
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
Blocked 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
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):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"]],["最后更新时间 (UTC):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` |"]]