DSCResources/MSFT_IntuneMobileAppsStoreApp/settings.json
|
{
"resourceName": "IntuneMobileAppsStoreApp", "description": "This resource configures an Intune Mobile Apps Store App for Android and iOS.", "permissions": { "graph": { "delegated": { "read": [ { "name": "DeviceManagementApps.Read.All" }, { "name": "Group.Read.All" } ], "update": [ { "name": "DeviceManagementApps.ReadWrite.All" }, { "name": "Group.Read.All" } ] }, "application": { "read": [ { "name": "DeviceManagementApps.Read.All" }, { "name": "Group.Read.All" } ], "update": [ { "name": "DeviceManagementApps.ReadWrite.All" }, { "name": "Group.Read.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Devices.CorporateManagement", "Microsoft.Graph.Groups" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Data", "commands": [ { "module": "Microsoft.Graph.Authentication", "cmdlets": [ "Invoke-MgGraphRequest" ] }, { "module": "Microsoft.Graph.Beta.DeviceManagement", "cmdlets": [ "Get-MgBetaDeviceManagementAssignmentFilter" ] }, { "module": "Microsoft.Graph.Beta.Devices.CorporateManagement", "cmdlets": [ "Get-MgBetaDeviceAppManagementMobileApp", "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Get-MgBetaDeviceAppManagementMobileAppCategory", "Remove-MgBetaDeviceAppManagementMobileApp" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] } ] } |