Microsoft Graph · Schema

deviceManagementPartnerAppType

Partner App Type.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicemanagementpartnerapptype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceManagementPartnerAppType",
  "title": "deviceManagementPartnerAppType",
  "enum": [
    "unknown",
    "singleTenantApp",
    "multiTenantApp"
  ],
  "type": "string",
  "description": "Partner App Type.",
  "x-ms-enum": {
    "name": "deviceManagementPartnerAppType",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Partner App type is unknown.",
        "name": "unknown"
      },
      {
        "value": "singleTenantApp",
        "description": "Partner App is Single tenant in AAD.",
        "name": "singleTenantApp"
      },
      {
        "value": "multiTenantApp",
        "description": "Partner App is Multi tenant in AAD.",
        "name": "multiTenantApp"
      }
    ]
  }
}