DSCResources/MSFT_SPOSite/settings.json
|
{
"resourceName": "SPOSite", "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" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Data", "commands": [ { "module": "PnP.PowerShell", "cmdlets": [ "Add-PnPHubSiteAssociation", "Get-PnPAvailableLanguage", "Get-PnPContext", "Get-PnPHubSite", "Get-PnPTenantSite", "Get-PnPWeb", "New-PnPTenantSite", "Remove-PnPHubSiteAssociation", "Remove-PnPTenantSite", "Set-PnPSite", "Set-PnPTenantSite" ] } ] } |