macOSLobChildApp resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains properties of a macOS .app in the package

Properties

Property Type Description
bundleId String The bundleId of the app.
buildNumber String The build number of the app.
versionNumber String The version number of the app.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.macOSLobChildApp",
  "bundleId": "String",
  "buildNumber": "String",
  "versionNumber": "String"
}