Password Script Parameters

You can create password script parameters to store credentials such as passwords and access tokens as encrypted values and use them in your scripts for secure deployment and maintenance. See Creating Parameters.

The value is hidden both on the form used to set the parameter value and in the parameters list.

You can use the NSOA.context.getParameter(name) function to read the value for the specified password parameter in your outbound calling scripts.

Note:

Review the following guidelines:

  • Parameters need to be referenced before they can be used in a given script. This is done from the Scripting Studio.

  • Password script parameter definitions may be saved as part of a platform solution. See Creating Solutions.