Keep Audit Activity Events

本文會列出各種 Keep 稽核活動事件的事件和參數。您可以使用 applicationName=keep 呼叫 Activities.list(),擷取這些事件。

使用者動作

事件是由使用者啟動。這類事件會透過 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