Tasks Audit Activity Events

本文档列出了各种类型的任务审核活动事件的事件和参数。您可以通过调用 Activities.list() 并使用 applicationName=tasks 来检索这些事件。

重复规则变更

任务的周期性发生了变化(包括创建或删除周期性)。 此类事件会随 type=recurrence_change 一起返回。

创建了重复规则

活动详情
事件名称 recurrence_created
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=recurrence_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created recurring task "{task_title}".

已通过任务创建重复规则

活动详情
事件名称 recurrence_created_from_task
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=recurrence_created_from_task&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} made task "{task_title}" recurring.

删除了重复规则

活动详情
事件名称 recurrence_deleted
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=recurrence_deleted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted recurring task "{task_title}".

修改了重复规则

活动详情
事件名称 recurrence_modified
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=recurrence_modified&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} modified recurring task "{task_title}".

更改了重复规则标题

活动详情
事件名称 recurrence_title_changed
参数
host_product

string

用户触发操作的产品。

new_task_title

string

任务的新标题(如果任务标题已更改)。

recurrence_id

string

周期性任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=recurrence_title_changed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the title of recurring task "{task_title}" to "{new_task_title}".

任务变更

任务已更改(也包括创建或删除任务)。 此类事件会随 type=task_change 一起返回。

分配了任务

活动详情
事件名称 task_assigned
参数
assignee_email

string

任务分配对象的电子邮件地址。

host_product

string

用户触发操作的产品。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_time

string

任务的日期或时间。

task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_assigned&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} assigned task "{task_title}" to {assignee_email}.

任务已完成

活动详情
事件名称 task_completed
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_completed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} completed task "{task_title}".

任务已创建

活动详情
事件名称 task_created
参数
host_product

string

用户触发操作的产品。

task_creation_point_type

string

相应任务的创建来源类型。 可能的值:

  • chat_message
    任务是通过 Google Chat 中的聊天消息创建的。
  • checkbox
    任务是通过 Google 文档中的复选框创建的。
  • email
    此任务是根据 Gmail 中的电子邮件创建的。
task_creation_point_url

string

创建此任务的来源的网址。

task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_time

string

任务的日期或时间。

task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created task "{task_title}".

任务已删除

活动详情
事件名称 task_deleted
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_deleted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted task "{task_title}".

任务标记为了垃圾内容

活动详情
事件名称 task_marked_as_spam
参数
host_product

string

用户触发操作的产品。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_marked_as_spam&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} marked task "{task_title}" as spam.

任务已修改

活动详情
事件名称 task_modified
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_modified&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} modified task "{task_title}".

在列表之间移动了任务

活动详情
事件名称 task_moved_between_lists
参数
host_product

string

用户触发操作的产品。

new_task_list_id

string

任务的新任务列表 ID(如果任务已移至其他列表)。

new_task_list_title

string

任务列表的新标题(如果任务列表标题已更改)。

task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_moved_between_lists&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} moved task "{task_title}" to task list "{new_task_list_title}".

重新分配了任务

活动详情
事件名称 task_reassigned
参数
assignee_email

string

任务分配对象的电子邮件地址。

host_product

string

用户触发操作的产品。

new_assignee_email

string

任务的新分配对象的电子邮件地址。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_reassigned&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} reassigned task "{task_title}" to {new_assignee_email}.

已恢复任务

活动详情
事件名称 task_restored
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_restored&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} restored the deleted task "{task_title}".

更改了任务时间

活动详情
事件名称 task_time_changed
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_time

string

任务的日期或时间。

task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_time_changed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the time of task "{task_title}".

更改了任务标题

活动详情
事件名称 task_title_changed
参数
host_product

string

用户触发操作的产品。

new_task_title

string

任务的新标题(如果任务标题已更改)。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_title_changed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the title of task "{task_title}" to "{new_task_title}".

已取消分配任务

活动详情
事件名称 task_unassigned
参数
assignee_email

string

任务分配对象的电子邮件地址。

host_product

string

用户触发操作的产品。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_unassigned&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} unassigned task "{task_title}".

将任务标记为了未完成

活动详情
事件名称 task_uncompleted
参数
host_product

string

用户触发操作的产品。

recurrence_id

string

周期性任务的标识符。

shared_task_origin_type

string

分配此任务的共享界面的类型。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • document
    任务是从 Google 文档中分配的。
task_id

string

已修改的任务的标识符。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_origin_space

string

分配此任务的共享界面的网址。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
task_title

string

已修改的任务的标题。

user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_uncompleted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} marked task "{task_title}" as uncomplete.

任务列表变更

任务列表已更改(包括创建或删除任务列表,以及重新排序其中的任务)。 此类事件会随 type=task_list_change 一起返回。

删除了已标记为完成的任务

活动详情
事件名称 task_list_completed_tasks_deleted
参数
host_product

string

用户触发操作的产品。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_list_completed_tasks_deleted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted all completed tasks on task list "{task_list_title}".

创建了任务列表

活动详情
事件名称 task_list_created
参数
host_product

string

用户触发操作的产品。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_list_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created task list "{task_list_title}".

删除了任务列表

活动详情
事件名称 task_list_deleted
参数
host_product

string

用户触发操作的产品。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_list_deleted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted task list "{task_list_title}".

重命名了任务列表

活动详情
事件名称 task_list_title_changed
参数
host_product

string

用户触发操作的产品。

new_task_list_title

string

任务列表的新标题(如果任务列表标题已更改)。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_list_title_changed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} renamed task list "{task_list_title}" to "{new_task_list_title}".

更改了任务列表结构

活动详情
事件名称 task_list_structure_changed
参数
host_product

string

用户触发操作的产品。

task_list_id

string

已修改的任务列表或包含已修改任务的任务列表的标识符。

task_list_title

string

已修改的任务列表的标题。

task_owner

string

相应实体的所有者,例如用户的电子邮件地址或聊天室的网址。

task_owner_type

string

实体所属的所有者类型,例如用户或聊天室。 可能的值:

  • chat_space
    表示数据属于 Google Chat 聊天室。
  • user
    表示数据属于个别用户。
user_agent

string

触发相应操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/tasks?eventName=task_list_structure_changed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the structure of task list "{task_list_title}".