Masked Data Type v2
A Masked Property is a sensitive field in a Connection definition. The Console renders it as a password input.
The Connection's Environment value is stored through Flowgear's protected credential store. When the Console retrieves the value for editing, each masked field is replaced with ********** rather than returning the stored value.
If you save the unchanged marker or omit the masked field, Flowgear retains the existing stored value. Enter a replacement to change it.
Masking is not a Workflow type
Connection masking also does apply to Workflow Logs. Use Logging.Redact: true on sensitive Workflow Parameters, Returns, or nested Properties. Workflow Log Redaction changes the captured Workflow Log representation, not the live runtime value, Debug output, exception text, or unrelated diagnostics.
See also
See Connection, Connection Data Type, and Workflow Properties.