HostsSoftwareHostCredentials
The Software.HostCredentials structure contains fields that describe the host’s username, password, port number and ssl thumbprint to be used when connecting to the host using USERNAME_PASSWORD option in the AuthenticationType structure.
Properties
The IP address or DNS resolvable name of the host.
Specifies the password to be used during the Software.get operation
Specifies the port number of the host to be used during Software.get operation If unset, port number is set to 443.
Specifies the sslThumbPrint of the host to be used during Software.get operation SHA1 hash of the host’s SSL certificate. If unset, Software.get operation throws UnverifiedPeer with the expected thumbprint as data.
Specifies the username to be used during the Software.get operation
JSON Example
{
"host_name": "string",
"password": "string",
"user_name": "string"
}