{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.mobileApp", "title": "microsoft.graph.mobileApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "mobileApp", "required": [ "@odata.type" ], "type": "object", "properties": { "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time the app was created. This property is read-only.", "format": "date-time", "readOnly": true }, "description": { "type": "string", "description": "The description of the app.", "nullable": true }, "developer": { "type": "string", "description": "The developer of the app.", "nullable": true }, "displayName": { "type": "string", "description": "The admin provided or imported title of the app.", "nullable": true }, "informationUrl": { "type": "string", "description": "The more information Url.", "nullable": true }, "isFeatured": { "type": "boolean", "description": "The value indicating whether the app is marked as featured by the admin." }, "largeIcon": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.mimeContent" }, { "type": "object", "nullable": true } ], "description": "The large icon, to be displayed in the app details and used for upload of the icon." }, "lastModifiedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time the app was last modified. This property is read-only.", "format": "date-time", "readOnly": true }, "notes": { "type": "string", "description": "Notes for the app.", "nullable": true }, "owner": { "type": "string", "description": "The owner of the app.", "nullable": true }, "privacyInformationUrl": { "type": "string", "description": "The privacy statement Url.", "nullable": true }, "publisher": { "type": "string", "description": "The publisher of the app.", "nullable": true }, "publishingState": { "$ref": "#/components/schemas/microsoft.graph.mobileAppPublishingState" }, "assignments": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" }, "description": "The list of group assignments for this mobile app.", "x-ms-navigationProperty": true }, "categories": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" }, "description": "The list of categories for this app.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } }, "description": "An abstract class containing the base properties for Intune mobile apps. Note: Listing mobile apps with `$expand=assignments` has been deprecated. Instead get the list of apps without the `$expand` query on `assignments`. Then, perform the expansion on individual applications.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.androidStoreApp": "#/components/schemas/microsoft.graph.androidStoreApp", "#microsoft.graph.iosiPadOSWebClip": "#/components/schemas/microsoft.graph.iosiPadOSWebClip", "#microsoft.graph.iosStoreApp": "#/components/schemas/microsoft.graph.iosStoreApp", "#microsoft.graph.iosVppApp": "#/components/schemas/microsoft.graph.iosVppApp", "#microsoft.graph.macOSMicrosoftDefenderApp": "#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp", "#microsoft.graph.macOSMicrosoftEdgeApp": "#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp", "#microsoft.graph.macOSOfficeSuiteApp": "#/components/schemas/microsoft.graph.macOSOfficeSuiteApp", "#microsoft.graph.managedApp": "#/components/schemas/microsoft.graph.managedApp", "#microsoft.graph.managedAndroidStoreApp": "#/components/schemas/microsoft.graph.managedAndroidStoreApp", "#microsoft.graph.managedIOSStoreApp": "#/components/schemas/microsoft.graph.managedIOSStoreApp", "#microsoft.graph.managedMobileLobApp": "#/components/schemas/microsoft.graph.managedMobileLobApp", "#microsoft.graph.managedAndroidLobApp": "#/components/schemas/microsoft.graph.managedAndroidLobApp", "#microsoft.graph.managedIOSLobApp": "#/components/schemas/microsoft.graph.managedIOSLobApp", "#microsoft.graph.microsoftStoreForBusinessApp": "#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp", "#microsoft.graph.mobileLobApp": "#/components/schemas/microsoft.graph.mobileLobApp", "#microsoft.graph.androidLobApp": "#/components/schemas/microsoft.graph.androidLobApp", "#microsoft.graph.iosLobApp": "#/components/schemas/microsoft.graph.iosLobApp", "#microsoft.graph.macOSDmgApp": "#/components/schemas/microsoft.graph.macOSDmgApp", "#microsoft.graph.macOSLobApp": "#/components/schemas/microsoft.graph.macOSLobApp", "#microsoft.graph.win32LobApp": "#/components/schemas/microsoft.graph.win32LobApp", "#microsoft.graph.windowsAppX": "#/components/schemas/microsoft.graph.windowsAppX", "#microsoft.graph.windowsMobileMSI": "#/components/schemas/microsoft.graph.windowsMobileMSI", "#microsoft.graph.windowsUniversalAppX": "#/components/schemas/microsoft.graph.windowsUniversalAppX", "#microsoft.graph.webApp": "#/components/schemas/microsoft.graph.webApp", "#microsoft.graph.windowsMicrosoftEdgeApp": "#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp", "#microsoft.graph.windowsWebApp": "#/components/schemas/microsoft.graph.windowsWebApp" } } } ] }