Spotfire Server and Environment - Quick Start

remove-code-trust

Removes trust for a principal (user or group).

remove-code-trust
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
[-u value | --username=value]
[-g value | --groupname=value]
[--trusted-user=value]
[--trusted-user-role=value]
[-h value | --hash=value]
[--type=value]
[-n value | --serial-number=value]
[-i value | --issuer=value]
[--certificate-role=value]

Overview

Use this command to remove trust that a principal has for other users and or hashes (such as specific visualization mods) and or certificates.

Options

Option Optional or Required Default Value Description
-b value | --bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value | --tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. See Bootstrap.xml file.
-u value | --username=value
Optional none The user name of the user to remove previous trust decisions for. The --username and --groupname arguments are mutually exclusive.
-g value | --groupname=value
Optional none The group name of the group to remove previous trust decisions for. The --username and --groupname arguments are mutually exclusive.
--trusted-user=value
Optional none The user name of the previously trusted user to remove trust for. The user name should be on the form user@DOMAIN.
--trusted-user-role=value
Optional none The code trust role of the user for which to remove trust. The valid roles are
  • developer (for visualization mods development)
  • configurator (for configuration of external actions)
See the 'Code entities and user roles' help topic for more information.See also Code entities and user roles.
-h value | --hash=value
Optional none The hash to remove trust for. This option is unavailable when a group has been specified.
--type=value
Optional none The code entity type of the entity for which to remove trust. The valid types are
  • mod
  • external_action
See also Code entities and user roles.
-n value | --serial-number=value
Optional none The serial number of the certificate to remove trust for. Must be specified together with the --issuer argument.
-i value | --issuer=value
Optional none The issuer of the certificate to remove trust for. Must be specified together with the --serial-number argument.
--certificate-role=value
Optional none The code trust role of the certificate for which to remove trust. The valid roles are
  • developer (certificates used for signing visualization mods)
  • configurator (certificates used for signing external actions)
See also Code entities and user roles.

See also Trusting custom content in the Spotfire environment.