Keep Audit Activity Events

本文說明各種 Keep 稽核活動事件的事件和參數。您可以呼叫 Activities.list() 來擷取這些事件。applicationName=keep

使用者動作

使用者啟動事件。這種類型的事件會以 type=user_action 傳回。

已刪除附件

使用者從記事中移除附件時產生的事件 (不含繪圖)。

活動詳細資料
事件名稱 deleted_attachment
參數
attachment_name

string

附件資源 URI。

note_name

string

註記資源 URI。

owner_email

string

輸入擁有者的電子郵件地址。

要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{actor} deleted an attachment

已上傳附件

使用者將新附件上傳至記事 (不含繪圖) 時產生的事件。

活動詳細資料
事件名稱 uploaded_attachment
參數
attachment_name

string

附件資源 URI。

note_name

string

註記資源 URI。

owner_email

string

輸入擁有者的電子郵件地址。

要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{actor} uploaded an attachment

已編輯記事內容

使用者修改記事的標題、文字或清單項目時產生的事件。

活動詳細資料
事件名稱 edited_note_content
參數
note_name

string

註記資源 URI。

owner_email

string

輸入擁有者的電子郵件地址。

要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=edited_note_content&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{actor} edited note content

已建立記事

使用者建立記事時產生的事件。

活動詳細資料
事件名稱 created_note
參數
note_name

string

註記資源 URI。

owner_email

string

輸入擁有者的電子郵件地址。

要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{actor} created a note

已刪除附註

附註擁有者刪除記事時產生的事件。

活動詳細資料
事件名稱 deleted_note
參數
note_name

string

註記資源 URI。

owner_email

string

輸入擁有者的電子郵件地址。

要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{actor} deleted a note

已編輯權限

在使用者取得或失去記事存取權時產生的事件。

活動詳細資料
事件名稱 modified_acl
參數
note_name

string

註記資源 URI。

owner_email

string

輸入擁有者的電子郵件地址。

要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台訊息格式
{actor} edited permissions