DSCResources/MSFT_TeamsCallHoldPolicy/settings.json
{
"resourceName": "TeamsCallHoldPolicy", "description": "This resource configures an Creates a new Teams call hold policy in your tenant. The Teams call hold policy is used to customize the call hold experience for Teams clients.", "roles": { "read": [ "Global Reader" ], "update": [ "Teams Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "Organization.Read.All" } ], "update": [ { "name": "Organization.Read.All" } ] } } } } |