Microsoft Graph · Schema

microsoft.graph.windowsUniversalAppX

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsuniversalappx-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsUniversalAppX",
  "title": "microsoft.graph.windowsUniversalAppX",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.mobileLobApp"
    },
    {
      "title": "windowsUniversalAppX",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "applicableArchitectures": {
          "$ref": "#/components/schemas/microsoft.graph.windowsArchitecture"
        },
        "applicableDeviceTypes": {
          "$ref": "#/components/schemas/microsoft.graph.windowsDeviceType"
        },
        "identityName": {
          "type": "string",
          "description": "The Identity Name of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'Contoso.DemoApp'.",
          "nullable": true
        },
        "identityPublisherHash": {
          "type": "string",
          "description": "The Identity Publisher Hash of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'AB82CD0XYZ'."
        },
        "identityResourceIdentifier": {
          "type": "string",
          "description": "The Identity Resource Identifier of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'TestResourceId'.",
          "nullable": true
        },
        "identityVersion": {
          "type": "string",
          "description": "The Identity Version of the app, parsed from the appx file when it is uploaded through the Intune MEM console.  For example: '1.0.0.0'.",
          "nullable": true
        },
        "isBundle": {
          "type": "boolean",
          "description": "Whether or not the app is a bundle. If TRUE, app is a bundle; if FALSE, app is not a bundle."
        },
        "minimumSupportedOperatingSystem": {
          "$ref": "#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem"
        },
        "committedContainedApps": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.mobileContainedApp"
          },
          "description": "The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.windowsUniversalAppX"
        }
      },
      "description": "Contains properties and inherited properties for Windows Universal AppX Line Of Business apps. Inherits from `mobileLobApp`."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.windowsUniversalAppX"
}