dsc/custom/cIIS/DscResources/OBJ_cIISWebsiteAuthentication/OBJ_cIISWebsiteAuthentication.schema.mof
[ClassVersion("1.0.0"), FriendlyName("cIISWebsiteAuthentication")]
class OBJ_cIISWebsiteAuthentication : OMI_BaseResource { [Key] string WebsiteName; [Key] string AuthenticationMethod; [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; }; |