DSCResources/VE_SFStoreRegisterGateway/VE_SFStoreRegisterGateway.schema.mof
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[ClassVersion("1.0.0"), FriendlyName("SFStoreRegisterGateway")] class VE_SFStoreRegisterGateway : OMI_BaseResource { [Key, Description("Citrix Storefront Authentication Service IIS Virtual Path")] String StoreVirtualPath; [Write, Description("Citrix Storefront Authentication Service IIS Site Id")] UInt16 SiteId; [Required, Description("Citrix Storefront Netscaler Gateway")] String Gateway; [Write, Description("Use this Gateway as the default if more than one is associated to the Citrix Storefront Store")] Boolean DefaultGateway; [Write, Description("Use full VPN access when accessing the Citrix Storefront Store through this Gateway")] Boolean UseFullVpn; [Write, ValueMap{"Present", "Absent"}, Values{"Present", "Absent"}] String Ensure; }; |