共享资源类型
命名空间:microsoft.graph
共享 资源指示 driveItem 已与其他人共享。 此资源包括有关如何共享项的信息。
如果 driveitem 具有非 null 共享 分面,则已共享该项。
JSON 表示形式
{
"owner": { "@odata.type": "microsoft.graph.identitySet" },
"scope": "anonymous | organization | users",
"sharedBy": { "@odata.type": "microsoft.graph.identitySet" },
"sharedDateTime": "datetime"
}
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 所有者 | IdentitySet | 共享项的所有者的身份。只读。 |
| scope | String | 指示该项共享方式的范围:anonymous、organization 或 users。只读。 |
| sharedBy | identitySet | 共享项目的用户的标识。只读。 |
| sharedDateTime | DateTimeOffset | 共享项目的 UTC 日期和时间。只读。 |
范围选项
| 值 | 说明 |
|---|---|
anonymous |
使用对任何人都有效的链接共享项。 |
organization |
使用对所有者组织内的任何人都有效的链接共享项。 |
users |
仅与特定的用户共享项。 |
注解
有关 driveItem 上 facet 的详细信息,请参阅 driveItem。
反馈
提交和查看相关反馈