This document lists the events and parameters for
Drive Settings
Admin Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=admin
.
Drive Settings
Events of this type are returned with type=DOCS_SETTINGS
.
Document Ownership Change
TRANSFER_DOCUMENT_OWNERSHIP
DOMAIN_
|
The primary domain name. |
NEW_
|
The email address of the new owner of the file. |
USER_
|
The email address of the original owner of the file. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= TRANSFER_DOCUMENT_OWNERSHIP
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Owner of documents changed from {USER_EMAIL}
to {NEW_VALUE}
Drive and Docs org branding provisioning initiated
DOCS_ORG_BRANDING_PROVISIONING
ORG_
BRANDING_
PROVISIONING_
STATUS
string
The response status for org branding provisioning. Possible values:
-
FAILURE
Failure response status value. -
SUCCESS
Successful response status value.
SERVICE_
ACCOUNT_
EMAIL
string
Email address of the customer service account.
SHARED_
DRIVE_
NAME
string
Shared drive name.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DOCS_ORG_BRANDING_PROVISIONING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Organizational branding provisioning initiated for account {SERVICE_ACCOUNT_EMAIL}
and shared drive {SHARED_DRIVE_NAME}
with status {ORG_BRANDING_PROVISIONING_STATUS}
Drive and Docs org branding upload attempt
DOCS_ORG_BRANDING_UPLOAD
DOCUMENT_
ID
string
Document ID.
ORG_
BRANDING_
EDITOR_
TYPE
string
The editor type of the uploaded document. Possible values:
-
FORMS
The type of document is Forms. -
SITES
THe type of document is Sites. -
SLIDES
The type of document is Slides.
ORG_
BRANDING_
UPLOAD_
STATUS
string
The response status for org branding document upload. Possible values:
-
FAILURE
Failure response status value. -
SUCCESS
Successful response status value.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DOCS_ORG_BRANDING_UPLOAD
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Organizational branding document upload attempted for document {DOCUMENT_ID}
in editor {ORG_BRANDING_EDITOR_TYPE}
with status {ORG_BRANDING_UPLOAD_STATUS}
Drive Data Restore
DRIVE_DATA_RESTORE
BEGIN_
|
Begin date and time. |
END_
|
End date and time. |
USER_
|
The user's primary email address. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DRIVE_DATA_RESTORE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Drive data restoration initiated for {USER_EMAIL}
Drive Setting Change
CHANGE_DOCS_SETTING
DOMAIN_
|
The primary domain name of the organization where the setting was applied. Only returned for settings that are organization-wide. For settings that can be applied at to specific OUs, |
GROUP_
|
The group's primary email address. |
NEW_
|
The new value of the setting. The special value |
OLD_
|
The old value of the setting. The special value |
ORG_
|
The organizational unit (OU) name (path) where the setting was applied, or the primary domain name if the setting was applied to the entire organization. Only returned for settings that can be applied to specific OUs. For organization-wide settings, |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_DOCS_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for Drive changed from {OLD_VALUE}
to {NEW_VALUE}
Shared Drive Moved
MOVE_SHARED_DRIVE_TO_ORG_UNIT
NEW_
|
The new |
ORG_
|
The organizational unit (OU) name (path). |
SHARED_
|
Shared drive id. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= MOVE_SHARED_DRIVE_TO_ORG_UNIT
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Shared drive {SHARED_DRIVE_ID}
moved from {ORG_UNIT_NAME}
to {NEW_VALUE}