Microsoft Graph · Schema

macOSIncludedApp

Contains properties of an included .app in a MacOS app.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
bundleId string The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration.
bundleVersion string The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmacosincludedapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.macOSIncludedApp",
  "title": "macOSIncludedApp",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "bundleId": {
      "type": "string",
      "description": "The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration."
    },
    "bundleVersion": {
      "type": "string",
      "description": "The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Contains properties of an included .app in a MacOS app."
}