DSCResources/MSFT_SPProjectServerADResourcePoolSync/MSFT_SPProjectServerADResourcePoolSync.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("SPProjectServerADResourcePoolSync")]
class MSFT_SPProjectServerADResourcePoolSync : OMI_BaseResource
{
    [Key, Description("The default zone URL of the Project site to set permissions for")] string Url;
    [Write, Description("The names of groups in the current domain to sync resources from")] string GroupNames[];
    [Write, Description("Should the resource sync process be present or absent for this site?"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure;
    [Write, Description("Should inactive users found in sync be automatically reactiviated?")] boolean AutoReactivateUsers;
    [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount;
};