Admin Audit Activity Events - Chrome OS Settings

Stay organized with collections Save and categorize content based on your preferences.

This document lists the events and parameters for Chrome OS Settings Admin Audit activity events. You can retrieve these events by calling Activities.list() with applicationName=admin.

Chrome OS Settings

Events of this type are returned with type=CHROME_OS_SETTINGS.

Android Application Setting Change

Event details
Event name CHANGE_CHROME_OS_ANDROID_APPLICATION_SETTING
Parameters
APP_ID

string

Application ID.

CHROME_OS_SESSION_TYPE

string

Chrome OS Session Type.

GROUP_EMAIL

string

The group's primary email address.

NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_ANDROID_APPLICATION_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Android app {APP_ID} for session type {CHROME_OS_SESSION_TYPE} changed from {OLD_VALUE} to {NEW_VALUE}

Change device state

Event for 'Change device state'.

Event details
Event name CHANGE_DEVICE_STATE
Parameters
DEVICE_NEW_STATE

string

The new state after the change state got called.

DEVICE_PREVIOUS_STATE

string

The original state before the change state got called.

DEVICE_SERIAL_NUMBER

string

The device's serial number.

DEVICE_TYPE

string

The device's type.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_DEVICE_STATE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Changed the state of {DEVICE_TYPE} {DEVICE_SERIAL_NUMBER} from {DEVICE_PREVIOUS_STATE} to {DEVICE_NEW_STATE}

Chrome Application Setting Change

Event details
Event name CHANGE_CHROME_OS_APPLICATION_SETTING
Parameters
APP_ID

string

Application ID.

CHROME_OS_SESSION_TYPE

string

Chrome OS session type.

GROUP_EMAIL

string

The group's primary email address.

NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_APPLICATION_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Chrome app {APP_ID} for session type {CHROME_OS_SESSION_TYPE} changed from {OLD_VALUE} to {NEW_VALUE}

Chrome OS Device Command

Event details
Event name SEND_CHROME_OS_DEVICE_COMMAND
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=SEND_CHROME_OS_DEVICE_COMMAND&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Sent {NEW_VALUE} command to Chrome OS device {DEVICE_SERIAL_NUMBER}

Chrome OS Device Property Change

Event details
Event name CHANGE_CHROME_OS_DEVICE_ANNOTATION
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_DEVICE_ANNOTATION&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Chrome OS device {DEVICE_SERIAL_NUMBER} had its properties updated

Chrome OS Device Setting Change

Event details
Event name CHANGE_CHROME_OS_DEVICE_SETTING
Parameters
NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_DEVICE_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Chrome OS devices in {ORG_UNIT_NAME} organization unit changed from {OLD_VALUE} to {NEW_VALUE}

Chrome OS Device State Change

Event details
Event name CHANGE_CHROME_OS_DEVICE_STATE
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_DEVICE_STATE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
State of Chrome OS device {DEVICE_SERIAL_NUMBER} changed from {OLD_VALUE} to {NEW_VALUE}

Chrome OS managed guest session setting change

Event details
Event name CHANGE_CHROME_OS_PUBLIC_SESSION_SETTING
Parameters
NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_PUBLIC_SESSION_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Chrome OS managed guest session in {ORG_UNIT_NAME} organization unit changed from {OLD_VALUE} to {NEW_VALUE}

Chrome OS Print Server Added

Print server is added.

Event details
Event name INSERT_CHROME_OS_PRINT_SERVER
Parameters
PRINT_SERVER_NAME

string

Name of a print server.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=INSERT_CHROME_OS_PRINT_SERVER&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Print server named {PRINT_SERVER_NAME} added.

Chrome OS Print Server Deleted

Existing print server is deleted.

Event details
Event name DELETE_CHROME_OS_PRINT_SERVER
Parameters
PRINT_SERVER_NAME

string

Name of a print server.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=DELETE_CHROME_OS_PRINT_SERVER&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Print server {PRINT_SERVER_NAME} deleted.

Chrome OS Print Server Updated

Existing print server is updated.

Event details
Event name UPDATE_CHROME_OS_PRINT_SERVER
Parameters
NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

PRINT_SERVER_NAME

string

Name of a print server.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=UPDATE_CHROME_OS_PRINT_SERVER&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Print server {PRINT_SERVER_NAME} updated from {OLD_VALUE} to {NEW_VALUE}.

Chrome OS Printer Added

Printer is added.

Event details
Event name INSERT_CHROME_OS_PRINTER
Parameters
PRINTER_NAME

string

Name of a printer.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=INSERT_CHROME_OS_PRINTER&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Printer named {PRINTER_NAME} added.

Chrome OS Printer Deleted

Existing printer is deleted.

Event details
Event name DELETE_CHROME_OS_PRINTER
Parameters
PRINTER_NAME

string

Name of a printer.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=DELETE_CHROME_OS_PRINTER&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Printer {PRINTER_NAME} deleted.

Chrome OS Printer Updated

Existing printer is updated.

Event details
Event name UPDATE_CHROME_OS_PRINTER
Parameters
NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

PRINTER_NAME

string

Name of a printer.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=UPDATE_CHROME_OS_PRINTER&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Printer {PRINTER_NAME} updated from {OLD_VALUE} to {NEW_VALUE}.

Chrome OS Setting Change

Event details
Event name CHANGE_CHROME_OS_SETTING
Parameters
DOMAIN_NAME

string

The primary domain name.

NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Chrome OS devices in your organization changed from {OLD_VALUE} to {NEW_VALUE}

Chrome OS User Setting Change

Event details
Event name CHANGE_CHROME_OS_USER_SETTING
Parameters
NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_USER_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Chrome OS users in {ORG_UNIT_NAME} organization unit changed from {OLD_VALUE} to {NEW_VALUE}

Delete ChromeOS device

Event for 'Delete ChromeOS device'.

Event details
Event name DELETE_CHROME_OS_DEVICE
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=DELETE_CHROME_OS_DEVICE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Deleted ChromeOS device with serial number {DEVICE_SERIAL_NUMBER}

Delete duplicate ChromeOS device

Event for 'Delete duplicate ChromeOS device'.

Event details
Event name DELETE_DUPLICATE_CHROME_OS_DEVICE
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

DIRECTORY_API_ID

string

Parameter for Chrome Directory API ID.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=DELETE_DUPLICATE_CHROME_OS_DEVICE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Deleted duplicate ChromeOS device with directory API ID {DIRECTORY_API_ID} and device serial number {DEVICE_SERIAL_NUMBER}

Issue device command

Event for 'Issue device command'.

Event details
Event name ISSUE_DEVICE_COMMAND
Parameters
DEVICE_COMMAND_DETAILS

string

Details regarding the command that was issued.

DEVICE_SERIAL_NUMBER

string

The device's serial number.

DEVICE_TYPE

string

The device's type.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=ISSUE_DEVICE_COMMAND&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Issued command to {DEVICE_TYPE} {DEVICE_SERIAL_NUMBER}: {DEVICE_COMMAND_DETAILS}

Move device to Organizational unit

Event for 'Move device to Org Unit'.

Event details
Event name MOVE_DEVICE_TO_ORG_UNIT_DETAILED
Parameters
DEVICE_NEW_ORG_UNIT

string

The organizational unit where the Device moved to.

DEVICE_PREVIOUS_ORG_UNIT

string

The organizational unit where the Device used to belong.

DEVICE_SERIAL_NUMBER

string

The device's serial number.

DEVICE_TYPE

string

The device's type.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MOVE_DEVICE_TO_ORG_UNIT_DETAILED&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Moved {DEVICE_TYPE} {DEVICE_SERIAL_NUMBER} from {DEVICE_PREVIOUS_ORG_UNIT} to {DEVICE_NEW_ORG_UNIT}

Pre-provision ChromeOS device

Event for 'Pre-provision ChromeOS device'.

Event details
Event name PRE_PROVISION_CHROME_OS_DEVICE
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=PRE_PROVISION_CHROME_OS_DEVICE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Pre-provisioned ChromeOS device with serial number {DEVICE_SERIAL_NUMBER}

Remove Application Setting

Event details
Event name REMOVE_CHROME_OS_APPLICATION_SETTING
Parameters
APP_ID

string

Application ID.

APP_TYPE

string

Application type.

CHROME_OS_SESSION_TYPE

string

Chrome OS Session Type.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=REMOVE_CHROME_OS_APPLICATION_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{APP_TYPE} app {APP_ID} for session type {CHROME_OS_SESSION_TYPE} removed

Remove Chrome Application Settings

Event details
Event name REMOVE_CHROME_OS_APPLICATION_SETTINGS
Parameters
APP_ID

string

Application ID.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=REMOVE_CHROME_OS_APPLICATION_SETTINGS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Settings for Chrome app {APP_ID} removed

Remove Web Origin Settings

Event details
Event name REMOVE_CHROME_OS_WEB_ORIGIN_SETTINGS
Parameters
WEB_ORIGIN

string

Web Origin.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=REMOVE_CHROME_OS_WEB_ORIGIN_SETTINGS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Settings for web origin {WEB_ORIGIN} removed

Update device

Event for 'Update device'.

Event details
Event name UPDATE_DEVICE
Parameters
DEVICE_SERIAL_NUMBER

string

The device's serial number.

DEVICE_TYPE

string

The device's type.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=UPDATE_DEVICE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
Updated {DEVICE_TYPE} {DEVICE_SERIAL_NUMBER}

Web Application Setting Change

Event details
Event name CHANGE_CHROME_OS_WEB_APPLICATION_SETTING
Parameters
APP_ID

string

Application ID.

CHROME_OS_SESSION_TYPE

string

Chrome OS Session Type.

GROUP_EMAIL

string

The group's primary email address.

NEW_VALUE

string

The new SETTING_NAME value that was set during this event.

OLD_VALUE

string

The previous SETTING_NAME value that was replaced during this event.

ORG_UNIT_NAME

string

The organizational unit (OU) name (path).

SETTING_NAME

string

The unique name (ID) of the setting that was changed.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHROME_OS_WEB_APPLICATION_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for Web app {APP_ID} for session type {CHROME_OS_SESSION_TYPE} changed from {OLD_VALUE} to {NEW_VALUE}