DSCResources/MSFT_SPProjectServerWssSettings/MSFT_SPProjectServerWssSettings.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("SPProjectServerWssSettings")]
class MSFT_SPProjectServerWssSettings : OMI_BaseResource
{
    [Key, Description("The default zone URL of the Project site to set WSS settings for")] string Url;
    [Required, Description("How should new SharePoint sites be created?"), ValueMap{"AutoCreate","UserChoice","DontCreate"}, Values{"AutoCreate","UserChoice","DontCreate"}] string CreateProjectSiteMode;
    [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount;
};