I am still working on a workflow to deploy a VM. I have moved most of the inputs to the workflow attributes so users do not have to select so many items. One of the last items is the newAdminPassword. In the description it says The password string. It is encrypted if the associated plaintext flag is false. It is type string. How do I move this to a WorkFlow attribute and not have it in plaintext? I want the password to be of course encrypted or hidden. There is type credentials but that asks for username and password where here I am just setting what the administrator default password will be.
↧