This document lists the events and parameters for
      various types of
      Keep Audit activity events. You can retrieve these events by
      calling Activities.list() 
with applicationName=keep 
.
User action
Event is user-initiated.
          Events of this type are returned with type=user_action 
.
Attachment deleted
Event generated when a user removes an attachment from a note (excludes drawings).
deleted_attachment 
| attachment_  |   Attachment resource URI. | 
| note_  |   Note resource URI. | 
| owner_  |   Note owner email. | 
GET https://admin.googleapis.com  
 {actor} 
deleted an attachment 
Attachment uploaded
Event generated when a user uploads a new attachment to a note (excludes drawings).
uploaded_attachment 
| attachment_  |   Attachment resource URI. | 
| note_  |   Note resource URI. | 
| owner_  |   Note owner email. | 
GET https://admin.googleapis.com  
 {actor} 
uploaded an attachment 
Note content edited
Event generated when a user modifies the title, text, or list items of a note.
edited_note_content 
| note_  |   Note resource URI. | 
|---|---|
| owner_  |   Note owner email. | 
GET https://admin.googleapis.com  
 {actor} 
edited note content 
Note created
Event generated when a user creates a note.
created_note 
| note_  |   Note resource URI. | 
|---|---|
| owner_  |   Note owner email. | 
GET https://admin.googleapis.com  
 {actor} 
created a note 
Note deleted
Event generated when a note is deleted by its owner.
deleted_note 
| note_  |   Note resource URI. | 
|---|---|
| owner_  |   Note owner email. | 
GET https://admin.googleapis.com  
 {actor} 
deleted a note 
Permissions edited
Event generated when a user gains or loses access to a note.
modified_acl 
| note_  |   Note resource URI. | 
|---|---|
| owner_  |   Note owner email. | 
GET https://admin.googleapis.com  
 {actor} 
edited permissions 

