DSCResources/VE_SFAuthenticationService/VE_SFAuthenticationService.schema.mof
[ClassVersion("1.0.0"), FriendlyName("SFAuthenticationService")]
class VE_SFAuthenticationService : OMI_BaseResource { [Key, Description("Citrix Storefront authentication service IIS Virtual Path")] String VirtualPath; [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; }; |