命名空间:microsoft.graph.security
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示电子数据展示导出的过程。
继承自 caseOperation。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| getDownloadUrl (已弃用) | String | 返回导出的 URL。 getDownloadUrl 函数已弃用,并且已于 2023 年 4 月 30 日停止返回数据。 请改用 Get caseOperation API 返回的新 exportFileMetadata 属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 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。 |
| description | String | 为导出提供的说明。 |
| exportFileMetadata | microsoft.graph.security.ediscoveryExportFileMetadata | 包含导出文件元数据的属性,包括 downloadUrl、 fileName 和 size。 如果导出到Azure存储位置,则此属性返回空。 |
| exportOptions | microsoft.graph.security.exportOptions | 为导出提供的选项。 有关详细信息,请参阅 reviewSet: export。 成员 fileInfo 在 2023 年 4 月 30 日已弃用并停止返回数据。 今后,始终包含摘要和加载文件。 可能的值为:、、、、includeFolderAndPathunknownFutureValuetagspdfReplacementsplitSource、friendlyName、 。 condensePathstextoriginalFiles
Prefer: include-unknown-enum-members使用请求标头从此可演变枚举中获取以下值:splitSource、includeFolderAndPath、、friendlyNamecondensePaths。 |
| exportStructure | microsoft.graph.security.exportFileStructure | 指定导出结构的选项。 有关详细信息,请参阅 reviewSet: export。 可能的值为: none、 directory (弃用) 、 pst、、 unknownFutureValue、 msg。 使用 Prefer: include-unknown-enum-members 请求标头从此 可演变枚举中获取以下成员: msg。 成员 directory 已弃用。 出于向后兼容性,它仍处于 beta 阶段。 今后,请使用 pst 或 msg。 |
| id | String | 作的 ID。 只读。 继承自 caseOperation。 |
| outputName | String | 为导出提供的名称。 |
| percentProgress | Int32 | 作的进度。 继承自 caseOperation。 |
| resultInfo | resultInfo | 包含特定于成功和失败的结果信息。 继承自 caseOperation。 |
| status | microsoft.graph.security.caseOperationStatus | 事例作的状态。 可取值包括:notStarted、submissionFailed、running、succeeded、partiallySucceeded、failed、unknownFutureValue。 继承自 caseOperation。 |
| azureBlobContainer (已弃用) | String | 存储导出的Azure存储位置的名称。 此名称仅适用于存储在你自己的Azure存储位置的导出。 azureBlobContainer 属性已弃用,并在 2023 年 4 月 30 日停止返回数据。 |
| azureBlobToken (已弃用) | String | Azure存储位置的 SAS 令牌。 此令牌仅适用于存储在你自己的Azure存储位置的导出。 azureBlobToken 属性已弃用,并且已于 2023 年 4 月 30 日停止返回数据。 |
| outputFolderId (已弃用) | String | 输出文件夹 ID。 outputFolderId 属性已弃用,并在 2023 年 4 月 30 日停止返回数据。 |
exportOptions 值
| 成员 | 说明 |
|---|---|
| originalFiles | 以本机格式包括原始文件;例如:docx、xlsx、pptx、doc、xlst 和 pptm。 |
| text | 包括从原始文件中提取的文本。 |
| pdfReplacement | 将原始文件替换为 PDF 版本(如果可用)。 |
| tags | 在 中包含 fileInfo标记信息。 |
| fileInfo (已弃用) | 在加载文件中包括原始文件的元数据。 成员 fileInfo 在 2023 年 4 月 30 日已弃用并停止返回数据。 今后,始终包含摘要和加载文件。 |
| unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
| splitSource | 将来自不同位置的数据整理到单独的文件夹或 PCT 中。 |
| includeFolderAndPath | 包括源的文件夹和路径结构。 |
| friendlyName | 为每个项指定一个友好名称。 |
| condensePaths | 压缩路径以适合 259 个字符。 |
exportFileStructure 值
| 成员 | 说明 |
|---|---|
| 无 | 默认文件结构。 |
| 目录 (已弃用) | 名为 NativeFiles 的 singe 文件夹中的所有文件。 |
| pst | 邮件按 PST 格式分组。 |
| unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
| msg | 邮件采用 MSG 格式。 |
提示
成员 directory 已弃用。 出于向后兼容性,它仍处于 beta 阶段。 今后,请使用 pst 或 msg。
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| reviewSet | microsoft.graph.security.ediscoveryReviewSet | 从中导出文档的审阅集。 |
| reviewSetQuery | microsoft.graph.security.ediscoveryReviewSetQuery | 用于筛选要导出的文档的审阅集查询。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.ediscoveryExportOperation",
"action": "String",
"azureBlobContainer": "String",
"azureBlobToken": "String",
"completedDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)",
"description": "String",
"exportFileMetadata": {
"@odata.type": "microsoft.graph.security.ediscoveryExportFileMetadata"
},
"exportOptions": "String",
"exportStructure": "String",
"id": "String (identifier)",
"outputFolderId": "String",
"outputName": "String",
"percentProgress": "Int32",
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
},
"status": "String"
}