本文档列出了
Google Talk 设置
管理员审核活动事件。您可以通过
调用 Activities.list()
与applicationName=admin共享。
Google Talk 设置
请注意,此页面还包含 Google Hangouts 和旧版 Google Chat 产品的活动。
此类事件会与 type=CHAT_SETTINGS 一起返回。
已创建 Google Meet 互操作网关。
活动详情
事件名称
MEET_INTEROP_CREATE_GATEWAY
参数
GATEWAY_NAME
string
网关名称。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MEET_INTEROP_CREATE_GATEWAY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
A Hangouts Meet interoperability gateway was created
删除了 Google Meet 互操作网关。
活动详情
事件名称
MEET_INTEROP_DELETE_GATEWAY
参数
GATEWAY_NAME
string
网关名称。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MEET_INTEROP_DELETE_GATEWAY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
A Hangouts Meet interoperability gateway was deleted
已修改 Google Meet 互操作网关。
活动详情
事件名称
MEET_INTEROP_MODIFY_GATEWAY
参数
GATEWAY_NAME
string
网关名称。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MEET_INTEROP_MODIFY_GATEWAY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
A Hangouts Meet interoperability gateway was modified
环聊设置变更
活动详情
事件名称
CHANGE_CHAT_SETTING
参数
DOMAIN_NAME
string
主域名。
GROUP_EMAIL
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_CHAT_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{SETTING_NAME} for talk service for your organization changed from {OLD_VALUE} to {NEW_VALUE}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-29。"],[[["This document outlines the Admin Audit activity events related to Talk Settings, including Google Hangouts and Google Chat."],["You can retrieve these events using the Activities.list() method with `applicationName=admin` and filtering by `type=CHAT_SETTINGS`."],["The events cover actions such as creating, deleting, and modifying Google Meet interoperability gateways."],["The `CHANGE_CHAT_SETTING` event tracks modifications to Talk service settings, providing details about the old and new values."]]],[]]