Microsoft Graph · Schema

microsoft.graph.security.caseOperation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritycaseoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.caseOperation",
  "title": "microsoft.graph.security.caseOperation",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "caseOperation",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "action": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.caseAction"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The type of action the operation represents. The possible values are: contentExport,  applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync."
        },
        "completedDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "The date and time the operation was completed.",
          "format": "date-time",
          "nullable": true
        },
        "createdBy": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identitySet"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The user that created the operation."
        },
        "createdDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "The date and time the operation was created.",
          "format": "date-time",
          "nullable": true
        },
        "percentProgress": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The progress of the operation.",
          "format": "int32",
          "nullable": true
        },
        "resultInfo": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.resultInfo"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Contains success and failure-specific result information."
        },
        "status": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.caseOperationStatus"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue."
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.security.ediscoveryAddToReviewSetOperation": "#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation",
          "#microsoft.graph.security.ediscoveryEstimateOperation": "#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation",
          "#microsoft.graph.security.ediscoveryExportOperation": "#/components/schemas/microsoft.graph.security.ediscoveryExportOperation",
          "#microsoft.graph.security.ediscoveryHoldOperation": "#/components/schemas/microsoft.graph.security.ediscoveryHoldOperation",
          "#microsoft.graph.security.ediscoveryHoldPolicySyncOperation": "#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicySyncOperation",
          "#microsoft.graph.security.ediscoveryIndexOperation": "#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation",
          "#microsoft.graph.security.ediscoveryPurgeDataOperation": "#/components/schemas/microsoft.graph.security.ediscoveryPurgeDataOperation",
          "#microsoft.graph.security.ediscoverySearchExportOperation": "#/components/schemas/microsoft.graph.security.ediscoverySearchExportOperation",
          "#microsoft.graph.security.ediscoveryTagOperation": "#/components/schemas/microsoft.graph.security.ediscoveryTagOperation"
        }
      }
    }
  ]
}