Credentials element
Specifies the username and password for password-based authentication.
Parent
Children
| Name | Occurrences | Description | 
|---|---|---|
| All | ||
| Username | Specifies the ID of the parameter that holds the username. | |
| Password | Specifies the ID of the parameter that holds the password. | 
Examples
<SSH>
    <Credentials>
        <Username pid="1000"/>
        <Password pid="1002"/>
    </Credentials>
</SSH>