Basic authentication data for connecting to a remote REST endpoint.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
userName | string | Name of the user under which the request will be routed. | |
password | Reversably encoded password (string) | Password of the user under which the request will be routed. The value can be stored in clear text or encoded. It is recommended that the password be encoded. To do so, use the securityUtility shipped with WebSphere Liberty profile. |