DSCResources/MSFT_TeamsShiftsPolicy/settings.json
{
"resourceName": "TeamsShiftsPolicy", "description": "This resource configures an This resource allows you to create a new TeamsShiftPolicy instance and set it's properties.", "roles": { "read": [ "Global Reader" ], "update": [ "Teams Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "Organization.Read.All" } ], "update": [ { "name": "Organization.Read.All" } ] } } } } |