DSCResources/MSFT_SPProjectServerPermissionMode/MSFT_SPProjectServerPermissionMode.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("SPProjectServerPermissionMode")]
class MSFT_SPProjectServerPermissionMode : OMI_BaseResource
{
    [Key, Description("The default zone URL of the Project site to set permissions for")] string Url;
    [Required, Description("What permission mode should PWA use"), ValueMap{"SharePoint","ProjectServer"}, Values{"SharePoint","ProjectServer"}] string PermissionMode;
    [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount;
};