Encrypting passwords
Adapter properties of the type com.webaction.security.Password are encrypted when created or updated and decrypted when provided for authentication of the adapter. The cleartext value is not shown in the UI or exported TQL. See also CREATE PROPERTYVARIABLE.
To specify a cleartext password in TQL, include Password_encrypted: false
in the adapter properties. This will cause the compiler to encrypt the value when the TQL is loaded.