DSCResources/MSFT_IntuneWindowsHelloForBusinessGlobalPolicy/settings.json
{
"resourceName": "IntuneWindowsHelloForBusinessGlobalPolicy", "description": "This resource configures an Intune Windows Hello For Business Global Policy.", "permissions": { "graph": { "delegated": { "update": [ { "name": "DeviceManagementServiceConfig.ReadWrite.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" } ], "read": [ { "name": "DeviceManagementServiceConfig.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" } ] }, "application": { "update": [ { "name": "DeviceManagementServiceConfig.ReadWrite.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" } ], "read": [ { "name": "DeviceManagementServiceConfig.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement.Enrollment" ] } |