Microsoft Graph · Schema

alertSeverity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityalertseverity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.alertSeverity",
  "title": "alertSeverity",
  "enum": [
    "unknown",
    "informational",
    "low",
    "medium",
    "high",
    "unknownFutureValue"
  ],
  "type": "string"
}