DSCResources/VE_ROSSWebPortal/VE_ROSSWebPortal.schema.mof

[ClassVersion("1.0.0"), FriendlyName("ROSSWebPortal")]
class VE_ROSSWebPortal : OMI_BaseResource
{
    [Key, Description("IIS website host header")] String HostHeader;
    [Required, Description("RES ONE Service Store default (NetBIOS) domain name")] String DefaultDomain;
    [Required, Description("RES ONE Service Store Catalog Services password"), EmbeddedInstance("MSFT_Credential")] String CatalogServicesCredential;
    [Required, Description("File path containing the RES ONE Service Store MSIs or the literal path to the legacy console/Sync Tool MSI")] String Path;
    [Required, Description("RES ONE Service Store Catalog Services hostname")] String CatalogServicesHost;
    [Write, Description("IIS website port binding")] UInt16 Port;
    [Write, Description("RES ONE Service Store component version to be installed, i.e. 8.0.3.0")] String Version;
    [Write, Description("Specified path is a literal file reference")] Boolean IsLiteralPath;
    [Write, ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] String Ensure;
    [Read, Description("Windows Installer Product Name")] String ProductName;
};