DSCResources/VE_SFStore/VE_SFStore.schema.mof

[ClassVersion("1.0.0"), FriendlyName("SFStore")]
class VE_SFStore : OMI_BaseResource
{
    [Key, Description("Citrix Storefront Store IIS Virtual Path")] String VirtualPath;
    [Required, Description("Citrix Storefront Authentication Service IIS Virtual Path")] String AuthenticationServiceVirtualPath;
    [Write, Description("Citrix Storefront Site Id")] UInt64 SiteId;
    [Write, Description("Authentication service friendly name")] String FriendlyName;
    [Write, ValueMap{"Present", "Absent"}, Values{"Present", "Absent"}] String Ensure;
};