User Accounts Audit Activity Events
このドキュメントでは、さまざまなタイプのユーザー アカウント監査のアクティビティ イベントのイベントとパラメータの一覧を示します。これらのイベントは、applicationName=user_accounts
を使用して Activities.list() を呼び出すことで取得できます。
2 段階認証プロセスの登録を変更済み
このタイプのイベントは、type=2sv_change
で返されます。
2 段階認証プロセスの無効化
イベントの詳細 |
イベント名 |
2sv_disable |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=2sv_disable&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has disabled 2-step verification
|
2 段階認証プロセスの登録
イベントの詳細 |
イベント名 |
2sv_enroll |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=2sv_enroll&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has enrolled for 2-step verification
|
アカウントのパスワードを変更済み
このタイプのイベントは、type=password_change
で返されます。
アカウントのパスワードの変更
イベントの詳細 |
イベント名 |
password_edit |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=password_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has changed Account password
|
アカウント再設定用の情報を変更済み
アカウント復元情報が変更されました。このタイプのイベントは、type=recovery_info_change
で返されます。
アカウント復元用のメールアドレスの変更
イベントの詳細 |
イベント名 |
recovery_email_edit |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=recovery_email_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has changed Account recovery email
|
アカウント復元用の電話番号の変更
イベントの詳細 |
イベント名 |
recovery_phone_edit |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=recovery_phone_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has changed Account recovery phone
|
アカウント復元用の秘密の質問と回答の変更
イベントの詳細 |
イベント名 |
recovery_secret_qa_edit |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=recovery_secret_qa_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has changed Account recovery secret question/answer
|
高度な保護機能の登録を変更しました
このタイプのイベントは、type=titanium_change
で返されます。
高度な保護機能の登録
イベントの詳細 |
イベント名 |
titanium_enroll |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=titanium_enroll&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has enrolled for Advanced Protection
|
高度な保護機能の登録解除
イベントの詳細 |
イベント名 |
titanium_unenroll |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=titanium_unenroll&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has disabled Advanced Protection
|
メール転送設定を変更しました
このタイプのイベントは、type=email_forwarding_change
で返されます。
ドメイン外へのメール転送の有効化
イベントの詳細 |
イベント名 |
email_forwarding_out_of_domain |
サンプル リクエスト |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=email_forwarding_out_of_domain&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージの形式 |
{actor} has enabled out of domain email forwarding to {email_forwarding_destination_address}.
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-19 UTC。
[null,null,["最終更新日 2022-12-19 UTC。"],[[["This document outlines user account audit events, accessible via the Activities.list() method with applicationName=user_accounts."],["Events cover areas like 2-Step Verification, password changes, account recovery modifications, Advanced Protection enrollment, and email forwarding settings."],["Each event type includes detailed information like event name, sample request, and Admin Console message format."],["You can retrieve specific event information using the provided sample requests and your access token."]]],[]]