{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedIOSStoreApp", "title": "microsoft.graph.managedIOSStoreApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.managedApp" }, { "title": "managedIOSStoreApp", "required": [ "@odata.type" ], "type": "object", "properties": { "applicableDeviceType": { "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" }, "appStoreUrl": { "type": "string", "description": "The Apple AppStoreUrl." }, "bundleId": { "type": "string", "description": "The app's Bundle ID.", "nullable": true }, "minimumSupportedOperatingSystem": { "$ref": "#/components/schemas/microsoft.graph.iosMinimumOperatingSystem" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.managedIOSStoreApp" } }, "description": "Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy." } ], "x-ms-discriminator-value": "#microsoft.graph.managedIOSStoreApp" }