BaseEndpointConnectionInfo
Base connection information
Connection information to connect to endpoints (specifically authentication information)
JSON Example
{
"username": "string",
"password": "string",
"certificate": "string"
}
string
username
Optional
Username for endpoint authentication. Required for all operations (onboard, reconnect, offboard).
string
password
Optional
Password for endpoint authentication. Required for all operations (onboard, reconnect, offboard).
string
certificate
Optional
Certificate for endpoint authentication. Required for onboard and reconnect operations.