Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Security Folder | Summary of Elements in this Folder | pub.security.outboundPasswords:updatePassword
 
pub.security.outboundPasswords:updatePassword
WmPublic. Changes the password value for a key already in the password store.
Input Parameters
key
String Key of the password to be updated.
newPassword
WmSecureString New password value for the key.
isInternal
String "true" if this is an internal password; "false" if it is public. By default, this is "false". If you specify incorrectly whether the password is internal or public, the update operation will fail. (For more information about internal and public passwords, see Internal and Public Passwords.)
Output Parameters
result
String "true" if the password value was successfully changed; "false" otherwise.
message
String "successful" or reason for failure.