DSCResources/VE_ROWManagementPortalConfig/VE_ROWManagementPortalConfig.schema.mof

[ClassVersion("1.0.0"), FriendlyName("ROWManagementPortalConfig")]
class VE_ROWManagementPortalConfig : OMI_BaseResource
{
    [Key, Description("RES ONE Workspace web management portal configuration file path")] String Path;
    [Required, Description("RES ONE Workspace database server/instance name")] String DatabaseServer;
    [Required, Description("RES ONE Workspace database name")] String DatabaseName;
    [Write, Description("RES ONE Workspace database Microsoft SQL username/password"), EmbeddedInstance("MSFT_Credential")] String Credential;
    [Write, Description("RES ONE Identity Broker Uri")] String IdentityBrokerUrl;
    [Write, Description("RES ONE Workspace Management Portal Application/Callback Uri")] String ApplicationUrl;
    [Write, Description("RES ONE Identity Broker Client ID")] String ClientId;
    [Write, Description("RES ONE Identity Broker Client shared secret"), EmbeddedInstance("MSFT_Credential")] String ClientSecret;
    [Write, ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] String Ensure;
};