User Accounts Audit Activity Events
本文档列出了各种类型的用户帐号审核活动事件的事件和参数。您可以使用 applicationName=user_accounts
调用 Activities.list() 来检索这些事件。
两步验证注册已更改
此类事件会返回 type=2sv_change
。
两步验证停用
活动详情 |
事件名称 |
2sv_disable |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=2sv_disable&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has disabled 2-step verification
|
两步验证注册
活动详情 |
事件名称 |
2sv_enroll |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=2sv_enroll&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has enrolled for 2-step verification
|
帐号密码已更改
此类事件会返回 type=password_change
。
帐号密码更改
活动详情 |
事件名称 |
password_edit |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=password_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has changed Account password
|
帐号恢复信息已更改
帐号恢复信息已更改。
此类事件会返回 type=recovery_info_change
。
帐号恢复辅助邮箱更改
活动详情 |
事件名称 |
recovery_email_edit |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=recovery_email_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has changed Account recovery email
|
帐号恢复辅助电话号码更改
活动详情 |
事件名称 |
recovery_phone_edit |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=recovery_phone_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has changed Account recovery phone
|
帐号恢复保密问题/答案更改
活动详情 |
事件名称 |
recovery_secret_qa_edit |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=recovery_secret_qa_edit&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has changed Account recovery secret question/answer
|
已更改高级保护计划注册状态
此类事件会返回 type=titanium_change
。
注册高级保护计划
活动详情 |
事件名称 |
titanium_enroll |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=titanium_enroll&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has enrolled for Advanced Protection
|
取消注册高级保护计划
活动详情 |
事件名称 |
titanium_unenroll |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=titanium_unenroll&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has disabled Advanced Protection
|
电子邮件转发设置已更改
此类事件会返回 type=email_forwarding_change
。
网域外电子邮件转发功能已启用
活动详情 |
事件名称 |
email_forwarding_out_of_domain |
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/user_accounts?eventName=email_forwarding_out_of_domain&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
{actor} has enabled out of domain email forwarding to {email_forwarding_destination_address}.
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-12-19。
[null,null,["最后更新时间 (UTC):2022-12-19。"],[[["This document outlines user account audit events, accessible via the Activities.list() method with applicationName=user_accounts."],["Events cover areas like 2-Step Verification, password changes, account recovery modifications, Advanced Protection enrollment, and email forwarding settings."],["Each event type includes detailed information like event name, sample request, and Admin Console message format."],["You can retrieve specific event information using the provided sample requests and your access token."]]],[]]