DSCResources/VE_XD7StoreFrontPNA/VE_XD7StoreFrontPNA.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("XD7StoreFrontPNA")] class VE_XD7StoreFrontPNA : OMI_BaseResource { [Key, Description("StoreFront store name")] String StoreName; [Write, Description("Configure the Store to be the default PNA site hosted at http://example.storefront.com/Citrix/Store/PNAgent/config.xml")] Boolean DefaultPnaService; [Write, Description("The PNA logon method."), ValueMap{"Anonymous","Prompt","SSON","Smartcard_SSON","Smartcard_Prompt"}, Values{"Anonymous","Prompt","SSON","Smartcard_SSON","Smartcard_Prompt"}] String LogonMethod; [Write, Description("Ensure"), ValueMap{"Absent","Present"}, Values{"Absent","Present"}] String Ensure; }; |