DSCResources/xSPTimerJob/xSPTimerJob.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("SPTimerJob")]
class xSPTimerJob : OMI_BaseResource
{
    [Required, Description("Timer Job to Target")] String TimerJob;
    [Write, EmbeddedInstance("MSFT_Credential"), Description("If Using PS version 4")] String InstallAccount;
    [Key, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};