TlsServiceEndpoint
TlsServiceEndpoint
The hostname or IP and port number of a TLS service endpoint.
JSON Example
{
"host": "string",
"port": 0
}
string As hostname-or-ip
As hostname-or-ip
host
Optional
The hostname or IP address of the TLS service endpoint.
integer As int32
As int32
port
Optional
Constraints:
minimum: 0
maximum: 65535
The TCP port number of the endpoint.