Microsoft Graph · Schema

microsoft.graph.microsoftStoreForBusinessApp

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmicrosoftstoreforbusinessapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp",
  "title": "microsoft.graph.microsoftStoreForBusinessApp",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.mobileApp"
    },
    {
      "title": "microsoftStoreForBusinessApp",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "licenseType": {
          "$ref": "#/components/schemas/microsoft.graph.microsoftStoreForBusinessLicenseType"
        },
        "packageIdentityName": {
          "type": "string",
          "description": "The app package identifier",
          "nullable": true
        },
        "productKey": {
          "type": "string",
          "description": "The app product key",
          "nullable": true
        },
        "totalLicenseCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The total number of Microsoft Store for Business licenses.",
          "format": "int32"
        },
        "usedLicenseCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The number of Microsoft Store for Business licenses in use.",
          "format": "int32"
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.microsoftStoreForBusinessApp"
        }
      },
      "description": "Microsoft Store for Business Apps. This class does not support Create, Delete, or Update."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.microsoftStoreForBusinessApp"
}