DSCResources/MSFT_TeamsUpgradePolicy/settings.json

{
    "resourceName": "TeamsUpgradePolicy",
    "description": "",
    "roles": {
        "read": [
            "Global Reader"
        ],
        "update": [
            "Teams Administrator"
        ]
    },
    "permissions": {
        "graph": {
            "delegated": {
                "read": [],
                "update": []
            },
            "application": {
                "read": [
                    {
                        "name": "Organization.Read.All"
                    }
                ],
                "update": [
                    {
                        "name": "Organization.Read.All"
                    }
                ]
            }
        }
    }
}