DSCResources/VE_XD7StoreFrontRegisterStoreGateway/VE_XD7StoreFrontRegisterStoreGateway.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("XD7StoreFrontRegisterStoreGateway")]
class VE_XD7StoreFrontRegisterStoreGateway : OMI_BaseResource
{
    [Key, Description("Citrix StoreFront name")] String StoreName;
    [Required, Description("Gateway name")] String GatewayName;
    [Required, Description("Authentication Protocol"), ValueMap{"CitrixAGBasic","CitrixAGBasicNoPassword","HttpBasic","Certificate","CitrixFederation","IntegratedWindows","Forms-Saml","ExplicitForms"}, Values{"CitrixAGBasic","CitrixAGBasicNoPassword","HttpBasic","Certificate","CitrixFederation","IntegratedWindows","Forms-Saml","ExplicitForms"}] String AuthenticationProtocol[];
    [Write, Description("Ensure"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};