sharingDetail 资源类型
命名空间:microsoft.graph
包含 sharedInsight 项的属性。
属性
属性 | 类型 | 说明 |
---|---|---|
sharedBy | insightIdentity | 共享文档的用户。 |
sharedDateTime | DateTimeOffset | 上次共享文件的日期和时间。 时间戳表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 只读。 |
sharingSubject | String | 与之共享文档的主题。 |
sharingType | String | 确定文档的共享方式。 可以是 1Link1、1Attachment1、1Group1、1Site1。 |
sharingReference | resourceReference | 文档的引用属性,例如文档的 URL 和类型。 只读 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"sharedDateTime": "dateTimeOffset",
"sharingSubject": "string",
"sharingType": "string",
"sharedBy": "insightIdentity",
"sharingReference": "resourceReference"
}