DSCResources/MSFT_IntuneApplicationControlPolicyWindows10/settings.json
{
"resourceName": "IntuneApplicationControlPolicyWindows10", "description": "This resource configures a Intune Endpoint Protection Application Control policy for an Windows 10 Device.", "permissions": { "graph": { "delegated": { "read": [ { "name": "DeviceManagementConfiguration.Read.All" } ], "update": [ { "name": "DeviceManagementConfiguration.ReadWrite.All" } ] }, "application": { "read": [ { "name": "DeviceManagementConfiguration.Read.All" } ], "update": [ { "name": "DeviceManagementConfiguration.ReadWrite.All" } ] } } } } |