ediscoveryNoncustodialDataSource 资源类型

命名空间:microsoft.graph.security

允许将数据添加到电子数据展示案例,而无需将数据与保管人相关联。 有关详细信息,请参阅 将非实体数据源添加到电子数据展示 (Premium) 案例

继承自 dataSourceContainer

方法

方法 返回类型 说明
列出非保管数据源 microsoft.graph.security.ediscoveryNoncustodialDataSource 集合 获取 ediscoveryNoncustodialDataSource 对象及其属性的列表。
添加非保管数据源 microsoft.graph.security.ediscoveryNoncustodialDataSource Create新的 ediscoveryNoncustodialDataSource 对象。
Get microsoft.graph.security.ediscoveryNoncustodialDataSource 读取 ediscoveryNoncustodialDataSource 对象的属性和关系。
更新索引 触发 indexOperation,使非特定数据源和关联的数据源可搜索。
发布 从案例中释放非custodial 数据源。
应用保留 启动对电子数据展示非数据展示数据源应用保留的过程。
删除保留 启动从电子数据展示非数据展示数据源中删除保留的过程。
获取最后一个索引操作 microsoft.graph.security.ediscoveryIndexOperation 集合 获取与 ediscoveryNoncustodialDataSource 关联的 ediscoveryIndexOperation 的列表

属性

属性 类型 说明
createdDateTime DateTimeOffset 创建 nonCustodialDataSource 的日期和时间。 继承自 microsoft.graph.security.datasourcecontainer
displayName String noncustodialDataSource 的显示名称。 继承自 microsoft.graph.security.datasourcecontainer
holdStatus microsoft.graph.security.dataSourceHoldStatus nonCustodialDataSource 的保留状态。 可能的值为:notApplied、、appliedapplyingremovingpartial
id String nonCustodialDataSource 的唯一标识符。 继承自 entity
lastModifiedDateTime DateTimeOffset 上次修改 nonCustodialDataSource 的日期和时间。 继承自 microsoft.graph.security.datasourcecontainer
releasedDateTime DateTimeOffset 从案例中释放 nonCustodialDataSource 的日期和时间。 继承自 microsoft.graph.security.datasourcecontainer
status microsoft.graph.security.dataSourceContainerStatus nonCustodialDataSource 的最新状态。 继承自 microsoft.graph.security.datasourcecontainer。 可取值为:ActiveReleased

Relationships

关系 类型 说明
dataSource microsoft.graph.security.dataSource 用户源或 SharePoint 网站数据源作为非自定义数据源。
lastIndexOperation microsoft.graph.security.ediscoveryIndexOperation 表示非实体数据源的最新索引的操作实体。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.security.ediscoveryNoncustodialDataSource",
  "id": "String (identifier)",
  "status": "String",
  "holdStatus": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "releasedDateTime": "String (timestamp)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)"
}