DSCResources/MSFT_IntuneDiskEncryptionWindows10/settings.json

{
    "resourceName":"IntuneDiskEncryptionWindows10",
    "description":"This resource configures an Intune Disk Encryption for Windows10.",
    "permissions":{
        "graph":{
            "delegated":{
                "read":[
                    {
                        "name": "Group.Read.All"
                    },
                    {
                        "name":"DeviceManagementConfiguration.Read.All"
                    }
                ],
                "update":[
                    {
                        "name": "Group.Read.All"
                    },
                    {
                        "name":"DeviceManagementConfiguration.ReadWrite.All"
                    }
                ]
            },
            "application":{
                "read":[
                    {
                        "name": "Group.Read.All"
                    },
                    {
                        "name":"DeviceManagementConfiguration.Read.All"
                    }
                ],
                "update":[
                    {
                        "name": "Group.Read.All"
                    },
                    {
                        "name":"DeviceManagementConfiguration.ReadWrite.All"
                    }
                ]
            }
        }
    }
}