DSCResources/MSFT_TeamsTenantTrustedIPAddress/settings.json
{
"resourceName": "TeamsTenantTrustedIPAddress", "description": "As an Admin, you can use the Windows PowerShell command, New-CsTenantTrustedIPAddress to define external subnets and assign them to the tenant. You can define an unlimited number of external subnets for a tenant.", "roles": { "read": [ "Global Reader" ], "update": [ "Teams Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "Organization.Read.All" } ], "update": [ { "name": "Organization.Read.All" } ] } } } } |