TrustedInfrastructure_NetworkAddress

TrustedInfrastructure_NetworkAddress
TrustedInfrastructure_NetworkAddress

The NetworkAddress structure contains an IP address or DNS resolvable name and a port on which a connection can be established.

JSON Example
{
    "hostname": "string",
    "port": 0
}
string
hostname
Required

The IP address or DNS resolvable name of the service.

integer As int64
port
Optional

The port of the service. If unset, port 443 will be used.