Admin Audit Activity Events - Contacts Settings
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本文件列出
聯絡人設定
管理員稽核活動事件。您可以透過下列方式擷取這些事件:
呼叫 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}
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-01 (世界標準時間)。
[null,null,["上次更新時間:2025-08-01 (世界標準時間)。"],[],[],null,["# Admin Audit Activity Events - Contacts Settings\n\nThis document lists the events and parameters for\nContacts Settings\nAdmin Audit activity events. You can retrieve these events by\ncalling [Activities.list()](/workspace/admin/reports/v1/reference/activities/list)\nwith `applicationName=admin`.\n\nContacts Settings\n-----------------\n\n\nEvents of this type are returned with `type=CONTACTS_SETTINGS`.\n\n### Contacts Setting Change\n\n| Event details ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `CHANGE_CONTACTS_SETTING` |\n| Parameters | |---------------------|---------------------------------------------------------------------------------| | `DOMAIN_``NAME` | `string` The primary domain name. | | `NEW_``VALUE` | `string` The new `SETTING_NAME` value that was set during this event. | | `OLD_``VALUE` | `string` The previous `SETTING_NAME` value that was replaced during this event. | | `ORG_``UNIT_``NAME` | `string` The organizational unit (OU) name (path). | | `SETTING_``NAME` | `string` The unique name (ID) of the setting that was changed. | |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**admin** `?eventName=`**CHANGE_CONTACTS_SETTING** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{SETTING_NAME}\u003c/var\u003e` for contacts service changed from `\u003cvar translate=\"no\"\u003e{OLD_VALUE}\u003c/var\u003e` to `\u003cvar translate=\"no\"\u003e{NEW_VALUE}\u003c/var\u003e |"]]