Skip to content

[Back to Parameters]

Password

Allows the user to input a password. Characters entered will be hidden in the ui

Specification

  • showConfirm (optional) if true a second confirm field will be added and the user will be asked to enter the same password twice. Default is false

Example

{
  "name": "somepassword",
  "type": "password",
  "valueType": "string",
  "prompt": "Proxy Password",
  "showConfirm": false
}