DSCResources/MSFT_SPAppStoreSettings/MSFT_SPAppStoreSettings.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SPAppStoreSettings")]
class MSFT_SPAppStoreSettings : OMI_BaseResource { [Key, Description("The URL of the web application")] string WebAppUrl; [Write, Description("Specifies if App Purchases from the SharePoint Store are allowed")] Boolean AllowAppPurchases; [Write, Description("Specifies if App Purchases for Office applications are allowed")] Boolean AllowAppsForOffice; [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount; }; |