DSCResources/MSFT_ODSettings/settings.json
|
{
"resourceName": "ODSettings", "description": "", "permissions": { "graph": { "delegated": { "read": [ { "name": "Domain.Read.All" } ], "update": [ { "name": "Domain.Read.All" } ] }, "application": { "read": [ { "name": "Domain.Read.All" } ], "update": [ { "name": "Domain.Read.All" } ] } }, "sharepoint": { "delegated": { "read": [ { "name": "Sites.FullControl.All" } ], "update": [ { "name": "Sites.FullControl.All" } ] }, "application": { "read": [ { "name": "Sites.FullControl.All" } ], "update": [ { "name": "Sites.FullControl.All" } ] } } }, "requiredModules": [ "PnP.PowerShell" ], "mode": "Configuration", "commands": [ { "module": "PnP.PowerShell", "cmdlets": [ "Get-PnPTenant", "Get-PnPTenantSyncClientRestriction", "Set-PnPTenant", "Set-PnPTenantSyncClientRestriction" ] } ] } |