SecureString
variable type
The SecureString
variable type is used to store confidential protected text. You initialize this variable when getting credentials from IBM RPA Vault with the Get Vault Item command.
SecureStrings
doesn't persist in computer memory for a long time. The data is persisted only during the bot's runtime.
You can only initialize this variable using the Get Vault Item (getVaultItem
) command. You can't convert this variable to any other type.
The following table shows the commands that accept SecureString
as input values.