Microsoft Graph · Schema

macOSLobChildApp

Contains properties of a macOS .app in the package

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
buildNumber string The build number of the app.
bundleId string The bundleId of the app.
versionNumber string The version number of the app.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmacoslobchildapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.macOSLobChildApp",
  "title": "macOSLobChildApp",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "buildNumber": {
      "type": "string",
      "description": "The build number of the app.",
      "nullable": true
    },
    "bundleId": {
      "type": "string",
      "description": "The bundleId of the app.",
      "nullable": true
    },
    "versionNumber": {
      "type": "string",
      "description": "The version number of the app.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Contains properties of a macOS .app in the package"
}