This document lists the events and parameters for
various types of
Admin Data Action Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=admin_data_action
.
Audit Logging
Events of this type are returned with type=AUDIT_LOGGING
.
Removed sensitive content
Sensitive parameters in audit events have been hidden.
SENSITIVE_AUDIT_EVENTS_HIDDEN
APPLICATION_
|
Application Name of data which was accessed/hidden/unhidden. |
EVENT_
|
Event IDs that were hidden. |
JUSTIFICATION
|
Justification for accessing/hiding/unhiding audit data. |
TIME_
|
Time Usec of data which was accessed/hidden/unhidden. |
UNIQUE_
|
Unique qualifier that was hidden. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin_data_action
?eventName= SENSITIVE_AUDIT_EVENTS_HIDDEN
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Removed sensitive content for {APPLICATION_NAME_OF_TARGET_DATA}
Restored sensitive content
Sensitive parameters in audit events have been unhidden.
SENSITIVE_AUDIT_EVENTS_UNHIDDEN
APPLICATION_
|
Application Name of data which was accessed/hidden/unhidden. |
EVENT_
|
Event IDs that were unhidden. |
JUSTIFICATION
|
Justification for accessing/hiding/unhiding audit data. |
TIME_
|
Time Usec of data which was accessed/hidden/unhidden. |
UNIQUE_
|
Unique qualifier that was unhidden. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin_data_action
?eventName= SENSITIVE_AUDIT_EVENTS_UNHIDDEN
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Restored sensitive content for {APPLICATION_NAME_OF_TARGET_DATA}
Viewed sensitive content
Sensitive parameters in audit events have been accessed.
SENSITIVE_AUDIT_EVENTS_ACCESSED
APPLICATION_
|
Application Name of data which was accessed/hidden/unhidden. |
EVENT_
|
Event IDs that were accessed. |
FILTERS_
|
Filters that were applied in the query. |
JUSTIFICATION
|
Justification for accessing/hiding/unhiding audit data. |
TIME_
|
Time Usec of data which was accessed/hidden/unhidden. |
UNIQUE_
|
Unique Qualifier that was accessed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin_data_action
?eventName= SENSITIVE_AUDIT_EVENTS_ACCESSED
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Viewed sensitive content for {APPLICATION_NAME_OF_TARGET_DATA}

