Stay organized with collections
Save and categorize content based on your preferences.
This document lists the events and parameters for
various types of
Context-Aware Access Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=context_aware_access.
Context-Aware Access User Event
Short discription of audit log event type Context-Aware Access user event.
Events of this type are returned with type=CONTEXT_AWARE_ACCESS_USER_EVENT.
Access Denied
Event name of access deny event.
Event details
Event name
ACCESS_DENY_EVENT
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.
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=YOUR_ACCESS_TOKEN
Admin Console message format
{USER_NAME} access denied
Access Denied Internal Error
Event name of access denied internal error event.
Event details
Event name
ACCESS_DENY_INTERNAL_ERROR_EVENT
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=YOUR_ACCESS_TOKEN
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],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` |"]]