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
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-19 UTC。
[null,null,["最終更新日 2022-12-19 UTC。"],[[["This document outlines Keep Audit activity events, accessible via the Activities.list() method with `applicationName=keep`, providing insights into user actions related to Google Keep."],["Events are categorized as user-initiated (`type=user_action`) and include actions like creating, editing, and deleting notes and attachments."],["Each event type has specific parameters, such as note and attachment resource URIs and the owner's email, aiding in detailed activity tracking."],["Sample requests are provided to demonstrate how to retrieve event data using the Google Admin API."],["Admin Console message formats offer concise descriptions of user actions for easier interpretation within the console."]]],[]]