DSCResources/VE_ROAManagementPortalConfig/VE_ROAManagementPortalConfig.schema.mof
[ClassVersion("1.0.0"), FriendlyName("ROAManagementPortalConfig")]
class VE_ROAManagementPortalConfig : OMI_BaseResource { [Key, Description("RES ONE Automation web management portal configuration file path")] String Path; [Required, Description("RES ONE Automation database server/instance name")] String DatabaseServer; [Required, Description("RES ONE Automation database name")] String DatabaseName; [Write, Description("RES ONE Automation database Microsoft SQL username/password"), EmbeddedInstance("MSFT_Credential")] String Credential; [Write, Description("RES ONE Automation Api key")] String ApiKey; [Write, Description("RES ONE Identity Broker Uri")] String IdentityBrokerUrl; [Write, Description("RES ONE Automation 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; }; |