dataSource 资源类型
命名空间:microsoft.graph.ediscovery
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
dataSource 实体是一个抽象基类,用于标识电子数据展示的内容源。
方法
无
属性
属性 | 类型 | 说明 |
---|---|---|
createdBy | identitySet | 创建 dataSource 的用户。 |
createdDateTime | DateTimeOffset | 创建 dataSource 的日期和时间。 |
displayName | String | dataSource 的显示名称,是 SharePoint 网站的名称。 |
id | String | dataSource 的 ID。 这不是实际站点的 ID。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.ediscovery.dataSource",
"displayName": "String",
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"id": "String (identifier)"
}