sharePointIdentitySet 资源类型

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示 sharePointIdentity 资源的键化集合。 此资源从 identitySet 资源扩展,以提供向用户公开 SharePoint 特定信息的功能。

此资源用于表示与项的各种事件关联的一组标识,例如 创建者上次修改者

有关使用情况信息,请参阅 driveItem

属性

属性 类型 说明
application identity 与此操作关联的应用程序。 可选。
设备 identity 与此操作关联的设备。 可选。
identity 与此操作关联的组。 可选。
用户 identity 与此操作关联的用户。 可选。
siteUser sharePointIdentity 与此操作关联的 SharePoint 用户。 可选。
siteGroup sharePointIdentity 与此操作关联的 SharePoint 组。 可选。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  /** inherited from IdentitySet **/
  "application": {"@odata.type": "microsoft.graph.identity"},
  "device": {"@odata.type": "microsoft.graph.identity"},
  "user": {"@odata.type": "microsoft.graph.identity"},
  
  "group": {"@odata.type": "microsoft.graph.identity"},
  "siteUser": {"@odata.type": "microsoft.graph.sharePointIdentity"},
  "siteGroup":{"@odata.type": "microsoft.graph.sharePointIdentity"}
}