Microsoft Graph · Schema

caseAction

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritycaseaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.caseAction",
  "title": "caseAction",
  "enum": [
    "contentExport",
    "applyTags",
    "convertToPdf",
    "index",
    "estimateStatistics",
    "addToReviewSet",
    "holdUpdate",
    "unknownFutureValue",
    "purgeData",
    "exportReport",
    "exportResult",
    "holdPolicySync"
  ],
  "type": "string"
}