123456789101112131415161718192021222324 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: Cognos Analytics
- (C) Copyright IBM Corp. 2018, 2020
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <Admin label="Administration Service">
- <parameters>
- <category name="appearance" label="Appearance">
- <parameter name="enableNamespaceChildrenPaging" type="boolean" label="Load content by pages in Accounts" description="Enable or disable displaying the content in Accounts by pages." default="true"/>
- <parameter name="namespaceChildrenPerPage" type="int" label="Items per page in Accounts" description="Specify the number of items per page in Accounts." default="200" minValue="1" maxValue="1000"/>
- </category>
- <category name="security" label="Security">
- <parameter name="tokenLoginTokenSigningSecret" label="Token Login Signing Secret" type="password" description="Specify the secret for signing tokens generated for login." default="" encrypted="true"/>
- </category>
- <parameter name="licenseStatus" type="String" label="License Status" default="non-production"/>
- <parameter name="ApacheDS.started" type="String" label="ApacheDS Started" default=""/>
- <parameter name="canShowAdminConsole" type="boolean" label="Can show admin console" default="true"/>
- <parameter name="hiddenCapabilities" type="String" label="Comma separated list of out-of-the-box hidden capabilities" default="canManageNamespaces,canManageTenants"/>
- <parameter name="mtCloudBuild" type="boolean" label="Multitenant cloud build" default="false"/> <!-- should be set to "true" if env is multitenant cloud, e.g. this flag is checked when rendering list of available datasources -->
- </parameters>
- </Admin>
-
|