Microsoft Graph · Schema

iosNotificationAlertType

Notification Settings Alert Type.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphiosnotificationalerttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.iosNotificationAlertType",
  "title": "iosNotificationAlertType",
  "enum": [
    "deviceDefault",
    "banner",
    "modal",
    "none"
  ],
  "type": "string",
  "description": "Notification Settings Alert Type.",
  "x-ms-enum": {
    "name": "iosNotificationAlertType",
    "modelAsString": false,
    "values": [
      {
        "value": "deviceDefault",
        "description": "Device default value, no intent.",
        "name": "deviceDefault"
      },
      {
        "value": "banner",
        "description": "Banner.",
        "name": "banner"
      },
      {
        "value": "modal",
        "description": "Modal.",
        "name": "modal"
      },
      {
        "value": "none",
        "description": "None.",
        "name": "none"
      }
    ]
  }
}