TrustedInfrastructureNetworkAddress

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


Properties

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.

JSON Example

{
	"hostname": "string"
}

Feedback

Was this page helpful?