metadata_NotificationService.xml 810 B

1234567891011121314
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: Cognos Analytics
  4. (C) Copyright IBM Corp. 2019
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <NotificationService label="Notification Service">
  9. <parameters>
  10. <category name="security" label="Security">
  11. <parameter name="whitelistdomains" label="Whitelist email domains" type="string" description="Use this parameter to set a whitelist of email domains. When the parameter is set, emails can be sent only to the specified email domains. The value is a comma-separated list of domains, for example: ibm.com, domain.com, mail.com. If no value is specified, any email domain can be sent a message." default=""/>
  12. </category>
  13. </parameters>
  14. </NotificationService>