ItemActionSet 资源类型
ItemActionSet 资源提供有关构成项目上某个活动的操作信息。
注意:活动处于限定预览阶段,尚未对所有租户可用。
JSON 表示形式
{
"comment": {"@odata.type": "microsoft.graph.commentAction"},
"create": {"@odata.type": "microsoft.graph.createAction"},
"delete": {"@odata.type": "microsoft.graph.deleteAction"},
"edit": {"@odata.type": "microsoft.graph.editAction"},
"mention": {"@odata.type": "microsoft.graph.mentionAction"},
"move": {"@odata.type": "microsoft.graph.moveAction"},
"rename": {"@odata.type": "microsoft.graph.renameAction"},
"restore": {"@odata.type": "microsoft.graph.restoreAction"},
"share": {"@odata.type": "microsoft.graph.shareAction"},
"version": {"@odata.type": "microsoft.graph.versionAction"},
}
属性
以下是目前可用的操作。 可能会在将来记录新操作,因此,请确保你的应用程序允许处理 itemActionSet,而无需执行任何应用程序理解的操作。
属性名称 | 类型 | 说明 |
---|---|---|
comment | commentAction | 向项目添加了注释。 |
create | createAction | 创建了项目。 |
delete | deleteAction | 删除了项目。 |
edit | editAction | 编辑了项目。 |
mention | mentionAction | 项目中提及用户。 |
move | moveAction | 移动了项目。 |
rename | renameAction | 重命名了项目。 |
restore | restoreAction | 恢复了项目。 |
share | shareAction | 共享了项目。 |
version | versionAction | 确定了项目的版本。 |
备注
项活动记录当前仅在 SharePoint 和 OneDrive for Business 上可用。