Context-Aware Access Audit Activity Events
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
|
Admin Console message format |
{USER_NAME} access denied internal error
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["This document outlines audit log events and parameters for Context-Aware Access, allowing administrators to monitor user activity."],["You can retrieve these events by calling the Activities.list() method with the 'context_aware_access' application name."],["The document details specific events like \"Access Denied\" and \"Access Denied Internal Error,\" along with their parameters and sample requests."],["Event details such as the blocked API access, access level applied, device ID, and application used during these events are captured in the audit logs."]]],[]]