Admin Audit Activity Events - Contacts Settings
このドキュメントでは、Terraform の
連絡先の設定
管理者監査アクティビティ イベント。これらのイベントは
Activities.list() の呼び出し
applicationName=admin
と一緒に使用できます。
このタイプのイベントは type=CONTACTS_SETTINGS
で返されます。
イベントの詳細 |
イベント名 |
CHANGE_CONTACTS_SETTING |
パラメータ |
DOMAIN_NAME |
string
プライマリ ドメイン名。
|
NEW_VALUE |
string
このイベント中に設定された新しい SETTING_NAME 値。
|
OLD_VALUE |
string
このイベント中に置換された以前の SETTING_NAME 値。
|
ORG_UNIT_NAME |
string
組織部門(OU)の名前(パス)。
|
SETTING_NAME |
string
変更された設定の一意の名前(ID)。
|
|
リクエストの例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CONTACTS_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理コンソールのメッセージ形式 |
{SETTING_NAME} for contacts service changed from {OLD_VALUE} to {NEW_VALUE}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["This document outlines event details and parameters for retrieving Contacts Settings Admin Audit activity events."],["You can access these events using the Activities.list() method with applicationName set to \"admin\"."],["Events related to Contacts Settings are identified by the type \"CONTACTS_SETTINGS\"."],["The \"CHANGE_CONTACTS_SETTING\" event captures modifications to Contacts Settings, providing details like the old and new values, domain name, and organizational unit."]]],["The document outlines activity events for Contacts Settings, retrievable via the `Activities.list()` API with `applicationName=admin`. The event type is `CONTACTS_SETTINGS`, and the specific event is `CHANGE_CONTACTS_SETTING`. This event tracks changes to a setting, capturing the `DOMAIN_NAME`, `NEW_VALUE`, `OLD_VALUE`, `ORG_UNIT_NAME`, and `SETTING_NAME`. A sample API request to retrieve this data and the format of the message displayed in the Admin console are also provided.\n"]]