RemoteSiteCredential

RemoteSiteCredential
RemoteSiteCredential

Contains the information needed to communicate with another site.

JSON Example
{
    "address": "string",
    "password": "string",
    "thumbprint": "string",
    "username": "string"
}
string
address
Required

Address of the site (IPv4:port)

string
password
Optional

Password of the site

string
thumbprint
Optional

Sha256 thumbprint of API certificate of the remote site

string
username
Required

Username of the site