Microsoft Graph · Schema

alertTrigger

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string Name of the property serving as a detection trigger.
type string Type of the property in the key:value pair for interpretation. For example, String, Boolean etc.
value string Value of the property serving as a detection trigger.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphalerttrigger-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.alertTrigger",
  "title": "alertTrigger",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the property serving as a detection trigger.",
      "nullable": true
    },
    "type": {
      "type": "string",
      "description": "Type of the property in the key:value pair for interpretation. For example, String, Boolean etc.",
      "nullable": true
    },
    "value": {
      "type": "string",
      "description": "Value of the property serving as a detection trigger.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}