DSCResources/MSFT_xJeaAdmin/MSFT_xJeaAdmin.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("xJeaEndPoint")]
class MSFT_xJeaAdmin : OMI_BaseResource
{
    [Key, Description("Name of the JEA toolkit to be generated")] String Name;
    [Write, Description("array")] String Toolkit[];
    [Write, Description("array")] String User[];
    [Write, Description("array")] String WorkHours[];
    [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};