{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.ediscoverySearchExportOperation", "title": "microsoft.graph.security.ediscoverySearchExportOperation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.caseOperation" }, { "title": "ediscoverySearchExportOperation", "required": [ "@odata.type" ], "type": "object", "properties": { "additionalOptions": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.additionalOptions" }, { "type": "object", "nullable": true } ], "description": "The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue, htmlTranscripts, advancedIndexing, allItemsInFolder, includeFolderAndPath, condensePaths, friendlyName, splitSource, includeReport. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: htmlTranscripts, advancedIndexing, allItemsInFolder, includeFolderAndPath, condensePaths, friendlyName, splitSource, includeReport." }, "cloudAttachmentVersion": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.cloudAttachmentVersion" }, { "type": "object", "nullable": true } ], "description": "The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue." }, "description": { "type": "string", "description": "The description of the export by the user.", "nullable": true }, "displayName": { "type": "string", "description": "The name of export provided by the user.", "nullable": true }, "documentVersion": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.documentVersion" }, { "type": "object", "nullable": true } ], "description": "The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue." }, "exportCriteria": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.exportCriteria" }, { "type": "object", "nullable": true } ], "description": "Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue." }, "exportFileMetadata": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.exportFileMetadata" }, "description": "Contains the properties for an export file metadata, including downloadUrl, fileName, and size." }, "exportFormat": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.exportFormat" }, { "type": "object", "nullable": true } ], "description": "Format of the emails of the export. The possible values are: pst, msg, eml (deprecated), unknownFutureValue. The eml member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg." }, "exportLocation": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.exportLocation" }, { "type": "object", "nullable": true } ], "description": "Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: responsiveLocations, nonresponsiveLocations, unknownFutureValue." }, "exportSingleItems": { "type": "boolean", "description": "Indicates whether to export single items.", "nullable": true }, "search": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.ediscoverySearch" }, { "type": "object", "nullable": true } ], "description": "The eDiscovery searches under each case.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.ediscoverySearchExportOperation" }