命名空间:microsoft.graph.security
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示清除电子数据展示搜索数据的过程。
继承自 caseOperation。
方法
无。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| action | microsoft.graph.security.caseAction | 作表示的作类型。 可能的值为:contentExport、、convertToPdfapplyTags、addToReviewSetunknownFutureValueholdUpdateindexestimateStatisticspurgeData、exportReport、exportResult、 。 holdPolicySync
Prefer: include-unknown-enum-members使用请求标头从此可演变枚举中获取以下值:purgeData、exportReport、、exportResultholdPolicySync。 继承自 caseOperation。 |
| completedDateTime | DateTimeOffset | 作完成的日期和时间。 继承自 caseOperation。 |
| createdBy | identitySet | 创建作的用户。 继承自 caseOperation。 |
| createdDateTime | DateTimeOffset | 创建作的日期和时间。 继承自 caseOperation。 |
| id | String | 作的 ID。 只读。 继承自 caseOperation。 |
| percentProgress | Int32 | 作的进度。 继承自 caseOperation。 |
| resultInfo | resultInfo | 包含特定于成功和失败的结果信息。 继承自 caseOperation。 |
| status | microsoft.graph.security.caseOperationStatus | 事例作的状态。 可取值包括:notStarted、submissionFailed、running、succeeded、partiallySucceeded、failed、unknownFutureValue。 继承自 caseOperation。 |
purgeType 值
| 名称 | 说明 |
|---|---|
| 追 讨 | 清除的数据是可恢复的。 |
| unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
| permanentlyDelete | 已清除的数据将永久删除。 |
purgeAreas 值
| 名称 | 说明 |
|---|---|
| 邮箱 | 从 Exchange 邮箱中清除数据。 |
| teamsMessages | 清除 Teams 消息。 |
| unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.ediscoveryPurgeDataOperation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"action": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"percentProgress": "Integer",
"status": "String",
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
}
}