Skip to main content

hiddenPassword

  • Description: Hidden password field that stores encrypted credentials
  • Base Type: control
  • Data Type: String (Password)
  • Example Values: N/A (hidden)
  • Common Use Cases: Service account passwords, System credentials, API keys

JSON Example:

{
"key": "apiKey",
"label": "API Key",
"baseType": "control",
"controlType": "hiddenPassword",
"value": "%MyApiKey%"
}