sharePointIdentitySet 资源类型
表示 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"}
}
反馈
提交和查看相关反馈