Custom Launcher Process Arguments

You are viewing documentation for a version of Secret Server that is no longer supported. Delinea supports Secret Server for one year after release. This version has passed that window and will no longer receive updates. We strongly recommend upgrading to a supported version. Visit the current version of this page for the latest documentation.
For release dates, end-of-support timelines, and upgrade guidance, see the Secret Server Product Lifecycle page.
You can view the latest version of the Secret Server documentation here.

Custom launcher process arguments can use a combination of parameters from:

  • A field value from the secret.
  • A field value from a linked secret.
  • User input obtained from a prompt prior to launching.
  • $Host and $Port (for use with a proxied SSH process or SSH tunneling)
For more information, see the Dependency Token List.

Syntax

Parameters are prefixed with a dollar sign $. To obtain a value from the secret being launched, use $FieldName. To obtain a value from a prompt, use $PromptName. To obtain a value from a linked secret being launched, use $[n]$FieldName (where n represents the nth linked secret). Linked secrets can be configured in the Launcher tab.

Examples

-user $UserName -color $[1]$Color -Location $LocationPrompt

-ssh $UserName@$Host -pw $Password -P $Port