DSCResourceModules/GPOtoDSC/DSCResources/MSFT_xACL/MSFT_xACL.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xACL")]
class MSFT_xACL : 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; }; |