metadata_glass.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!--
  2. IBM Confidential OCO Source Materials
  3. IBM Business Platform: BI Glass
  4. (C) Copyright IBM Corp. 2016, 2020
  5. The source code for this program is not published or otherwise divested of its trade secrets,
  6. irrespective of what has been deposited with the U.S. Copyright Office
  7. -->
  8. <Glass label="Glass service">
  9. <parameters>
  10. <category name="security" label="Security">
  11. <parameter name="sso_login" label="Login redirect URL" type="string" description="Specify the URL of a page the user is redirected to when attempting to sign in to Cognos Analytics. This parameter can be used when integrating with your specific SSO environment" default="" />
  12. <parameter name="sso_logout" label="Logout redirect URL" type="string" description="Specify the URL of a page the user is redirected to after signing out from Cognos Analytics. This parameter can be used when integrating with your specific SSO environment" default="" />
  13. <parameter name="urlLoginParameters" type="string" label="Login parameters allowed in URL" description="Use this parameter to enable passing CAM namespace login parameters. The value is a comma-separated list of parameter names." default="" />
  14. </category>
  15. <parameter name="installMode" type="string" label="Environment Mode" default="production"/>
  16. <parameter name="supportPortalLink" type="string" label="Support portal" default="https://www.ibm.com/support/home/product/N180263X74618Y31/Cognos_Analytics"/>
  17. <parameter name="docsLink" type="string" label="Documentation" default="https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.cbi.doc/welcome.html"/>
  18. <parameter name="communityLink" type="string" label="Community" default="https://www.ibm.com/community/businessanalytics/cognos/"/>
  19. <parameter name="learningCenterLink" type="string" label="Learning center" default="http://ibmtvdemo.edgesuite.net/software/analytics/learning-centers/cognos-analytics/index.html"/>
  20. <parameter name="newFeaturesLink" type="string" label="New Features" default="https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ca_new.doc/c_ca_nf_11_1_5_container.html"/>
  21. <parameter name="digitalContextEnabled" type="boolean" label="Digital Context Enabled" default="false"/>
  22. <parameter name="welcomeScreenDisabled" type="boolean" label="Welcome Screen Disabled" default="false"/>
  23. <parameter name="maintenanceMessage" type="string" label="Maintenance message" default=""/>
  24. <parameter name="disableWhatsNewAlerts" type="boolean" label="Disable What's New alerts" default="false"/>
  25. <parameter name="disableAlertBanner" type="boolean" label="Disable all alerts" default="false"/>
  26. <parameter name="learningPanelSecretToken" type="string" label="token needed for learning panel" default="6c2052d1-4230-4a31-a4ac-bdcef5c76ec4"/>
  27. <parameter name="learningPanelSecretTokenDevelopment" type="string" label="token needed for learning panel development" default="73130f02-5454-418f-8607-145a960ed1d3"/>
  28. <parameter name="learningPanelServerUrl" type="string" label="learning panel backend server" default="https://cchhelp.us-south.cf.appdomain.cloud/docs/cch"/>
  29. <parameter name="learningPanelServerUrlDevelopment" type="string" label="learning panel backend development server" default="https://cchhelp-test-ca.mybluemix.net/docs/cch"/>
  30. <parameter name="learningPanelMode" type="string" label="learning panel running mode" default="production"/>
  31. <parameter name="disableGlobalToast" type="boolean" label="Disable all global toasts" default="false"/>
  32. </parameters>
  33. </Glass>