Microsoft Graph · Schema

defenderScanType

Possible values for system scan type.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdefenderscantype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.defenderScanType",
  "title": "defenderScanType",
  "enum": [
    "userDefined",
    "disabled",
    "quick",
    "full"
  ],
  "type": "string",
  "description": "Possible values for system scan type.",
  "x-ms-enum": {
    "name": "defenderScanType",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User Defined, default value, no intent.",
        "name": "userDefined"
      },
      {
        "value": "disabled",
        "description": "System scan disabled.",
        "name": "disabled"
      },
      {
        "value": "quick",
        "description": "Quick system scan.",
        "name": "quick"
      },
      {
        "value": "full",
        "description": "Full system scan.",
        "name": "full"
      }
    ]
  }
}