12345678910111213141516171819202122232425262728293031323334 |
- <!--
- IBM Confidential OCO Source Materials
- IBM Business Platform: BI Glass
- (C) Copyright IBM Corp. 2016, 2020
- The source code for this program is not published or otherwise divested of its trade secrets,
- irrespective of what has been deposited with the U.S. Copyright Office
- -->
- <Glass label="Glass service">
- <parameters>
- <category name="security" label="Security">
- <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="" />
- <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="" />
- <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="" />
- </category>
- <parameter name="installMode" type="string" label="Environment Mode" default="production"/>
- <parameter name="supportPortalLink" type="string" label="Support portal" default="https://www.ibm.com/support/home/product/N180263X74618Y31/Cognos_Analytics"/>
- <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"/>
- <parameter name="communityLink" type="string" label="Community" default="https://www.ibm.com/community/businessanalytics/cognos/"/>
- <parameter name="learningCenterLink" type="string" label="Learning center" default="http://ibmtvdemo.edgesuite.net/software/analytics/learning-centers/cognos-analytics/index.html"/>
- <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"/>
- <parameter name="digitalContextEnabled" type="boolean" label="Digital Context Enabled" default="false"/>
- <parameter name="welcomeScreenDisabled" type="boolean" label="Welcome Screen Disabled" default="false"/>
- <parameter name="maintenanceMessage" type="string" label="Maintenance message" default=""/>
- <parameter name="disableWhatsNewAlerts" type="boolean" label="Disable What's New alerts" default="false"/>
- <parameter name="disableAlertBanner" type="boolean" label="Disable all alerts" default="false"/>
- <parameter name="learningPanelSecretToken" type="string" label="token needed for learning panel" default="6c2052d1-4230-4a31-a4ac-bdcef5c76ec4"/>
- <parameter name="learningPanelSecretTokenDevelopment" type="string" label="token needed for learning panel development" default="73130f02-5454-418f-8607-145a960ed1d3"/>
- <parameter name="learningPanelServerUrl" type="string" label="learning panel backend server" default="https://cchhelp.us-south.cf.appdomain.cloud/docs/cch"/>
- <parameter name="learningPanelServerUrlDevelopment" type="string" label="learning panel backend development server" default="https://cchhelp-test-ca.mybluemix.net/docs/cch"/>
- <parameter name="learningPanelMode" type="string" label="learning panel running mode" default="production"/>
- <parameter name="disableGlobalToast" type="boolean" label="Disable all global toasts" default="false"/>
- </parameters>
- </Glass>
|