Microsoft Graph · Schema

installState

Possible values for install state.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphinstallstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.installState",
  "title": "installState",
  "enum": [
    "notApplicable",
    "installed",
    "failed",
    "notInstalled",
    "uninstallFailed",
    "unknown"
  ],
  "type": "string",
  "description": "Possible values for install state.",
  "x-ms-enum": {
    "name": "installState",
    "modelAsString": false,
    "values": [
      {
        "value": "notApplicable",
        "description": "Not Applicable.",
        "name": "notApplicable"
      },
      {
        "value": "installed",
        "description": "Installed.",
        "name": "installed"
      },
      {
        "value": "failed",
        "description": "Failed.",
        "name": "failed"
      },
      {
        "value": "notInstalled",
        "description": "Not Installed.",
        "name": "notInstalled"
      },
      {
        "value": "uninstallFailed",
        "description": "Uninstall Failed.",
        "name": "uninstallFailed"
      },
      {
        "value": "unknown",
        "description": "Unknown.",
        "name": "unknown"
      }
    ]
  }
}