Feedback

  • Contents
 

Get Structured Parameter

This System tool is used to get a structured parameter. Structured parameters are organized by groups and have a type associated with them.  The type can be used to have encrypted data in DS. This allows you to store passwords for other systems in DS without them being in readable form in the registry. 

With this tool, you specify a parameter name and a group name and get the value back. The value will be a single string if the type is string, and a list of strings if the type is multi-string.

Inputs

Parameter Group

The group name of the structured parameter.

Parameter Name

The name of the structured parameter.

Outputs

Parameter Value

The value of the structured parameter.

Exit Paths

Success

This path is taken if the structured parameter value is successfully returned.

Cannot Find Parameter

This path is taken if the specified parameter cannot be found on the server.

Error

This path is taken if some other error occurs.