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}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-01。
[null,null,["最后更新时间 (UTC):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 |"]]