Microsoft Graph · Schema

microsoft.graph.security.ediscoveryAddToReviewSetOperation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityediscoveryaddtoreviewsetoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation",
  "title": "microsoft.graph.security.ediscoveryAddToReviewSetOperation",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.security.caseOperation"
    },
    {
      "title": "ediscoveryAddToReviewSetOperation",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "additionalDataOptions": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.additionalDataOptions"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder."
        },
        "cloudAttachmentVersion": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.cloudAttachmentVersion"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue."
        },
        "documentVersion": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.documentVersion"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue."
        },
        "itemsToInclude": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.itemsToInclude"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue."
        },
        "reportFileMetadata": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.reportFileMetadata"
          },
          "description": "Contains the properties for report file metadata, including downloadUrl, fileName, and size."
        },
        "reviewSet": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.ediscoveryReviewSet"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "eDiscovery review set to which items matching source collection query gets added.",
          "x-ms-navigationProperty": true
        },
        "search": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.ediscoverySearch"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "eDiscovery search that gets added to review set.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.ediscoveryAddToReviewSetOperation"
}