Password¶
Allows the user to input a password. Characters entered will be hidden in the UI.
| Key | Type | Required | Default | Description | UPM/TD |
|---|---|---|---|---|---|
showConfirm |
bool | false |
If true, a second confirm field will be added and the user will be asked to enter the same password twice. |
Example¶
{
"name": "somepassword",
"type": "password",
"valueType": "string",
"prompt": "Proxy Password",
"showConfirm": false
}