DSCResources/MSFT_ACL/MSFT_ACL.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("ACL")]
class MSFT_ACL : OMI_BaseResource
{
    [Write, Description("An enumerated value that describes if the role is expected to be enabled on the machine.\nPresent {default} \nAbsent \n"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Key, Description("Specifies the Path of the file or registry key")] String Path;
    [Key, Description("Specifies the DACL string")] String DACLString;
    [Write, Description("Specifies whether to Force the change")] Boolean Force;
};