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):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["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."]]],[]]