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": [ "Teams Reader" ], "update": [ "Teams Administrator" ] }, "permissions": {}, "requiredModules": [ "MicrosoftTeams" ], "supportedEnvironments": [ "Global" ], "mode": "Configuration", "commands": [ { "module": "MicrosoftTeams", "cmdlets": [ "Get-CsTenantTrustedIPAddress", "New-CsTenantTrustedIPAddress", "Remove-CsTenantTrustedIPAddress", "Set-CsTenantTrustedIPAddress" ] } ] } |