DSCResources/VE_XD7StoreFrontAuthenticationMethod/VE_XD7StoreFrontAuthenticationMethod.schema.mof

 
[ClassVersion("1.0.0"), FriendlyName("XD7StoreFrontAuthenticationMethod")]
class VE_XD7StoreFrontAuthenticationMethod : OMI_BaseResource
{
    [Key, Description("Citrix Storefront Authentication Service IIS Virtual Path")] String VirtualPath;
    [Required, Description("Citrix Storefront Authentication methods"), ValueMap{"IntegratedWindows","HttpBasic","ExplicitForms","CitrixFederation","CitrixAGBasic","Certificate"}, Values{"IntegratedWindows","HttpBasic","ExplicitForms","CitrixFederation","CitrixAGBasic","Certificate"}] String AuthenticationMethod[];
    [Write, Description("Citrix Storefront Authentication Service IIS Site Id")] UInt16 SiteId;
    [Write, ValueMap{"Present", "Absent"}, Values{"Present", "Absent"}] String Ensure;
};