noncustodialDataSource 资源类型
命名空间:microsoft.graph.ediscovery
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
通过非托管数据源,您可以向案例添加数据,而无需将其与保管人关联。 若要了解更多信息,请访问将非托管数据源添加到Advanced eDiscovery案例
继承自 dataSourceContainer。
方法
| 方法 | 返回类型 | Description |
|---|---|---|
| 列出 noncustodialDataSources | microsoft.graph.ediscovery.noncustodialDataSource 集合 | 获取 noncustodialDataSource 对象及其属性的列表。 |
| 获取 noncustodialDataSource | microsoft.graph.ediscovery.noncustodialDataSource | 读取 noncustodialDataSource 对象的属性和关系。 |
| Release dataSource | None | 释放非安全数据源。 |
| 列出 dataSource | microsoft.graph.ediscovery.dataSource 集合 | 从 dataSource 导航属性获取 dataSource 资源。 |
| 创建 dataSource | microsoft.graph.ediscovery.dataSource | 创建新的 dataSource 对象。 |
属性
| 属性 | 类型 | Description |
|---|---|---|
| applyHoldToSource | 布尔 | 指示是否将保留应用于非 (数据源,如邮箱或网站) 。 |
| createdDateTime | DateTimeOffset | 创建 nonCustodialDataSource 的日期和时间。 继承自 microsoft.graph.ediscovery.dataSourceContainer。 |
| displayName | String | noncustodialDataSource 的显示名称。 继承自 microsoft.graph.ediscovery.dataSourceContainer。 |
| id | String | nonCustodialDataSource 的唯一标识符。 继承自 实体。 |
| lastModifiedDateTime | DateTimeOffset | nonCustodialDataSource 的上次修改日期和时间。 继承自 microsoft.graph.ediscovery.dataSourceContainer。 |
| releasedDateTime | DateTimeOffset | 从案例发布 nonCustodialDataSource 的日期和时间。 继承自 microsoft.graph.ediscovery.dataSourceContainer。 |
| 状态 | microsoft.graph.ediscovery.dataSourceContainerStatus | nonCustodialDataSource 的最新状态。 继承自 microsoft.graph.ediscovery.dataSourceContainer。 可取值为:Active、Released。 |
关系
| 关系 | 类型 | Description |
|---|---|---|
| dataSource | microsoft.graph.ediscovery.dataSource | 用户源SharePoint网站数据源作为非安全数据源。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.ediscovery.noncustodialDataSource",
"id": "String (identifier)",
"status": "String",
"lastModifiedDateTime": "String (timestamp)",
"releasedDateTime": "String (timestamp)",
"displayName": "String",
"createdDateTime": "String (timestamp)",
"applyHoldToSource": "Boolean"
}
反馈
提交和查看相关反馈