HvcLinksCredentials
The Links.Credentials service specifies user credentials to make a successful connection to remote endpoint
Properties
string as password
password
Required
Password for the user.
string
user_name
Required
Name of the user to authenticate
JSON Example
{
"password": "string",
"user_name": "string"
}