z/OS Connect Rest Client Basic Authentication (zosConnectServiceRestClientBasicAuth)
Basic authentication data for connecting to a remote REST endpoint.
Attribute name | Data type | Default value | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
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. | |
userName | string | Name of the user under which the request will be routed. |