EndpointDetail interface
Connect information from the dedicated hsm service to a single endpoint.
Properties
description | Description of the detail |
ip |
An IP Address that Domain Name currently resolves to. |
port | The port an endpoint is connected to. |
protocol | The protocol used for connection |
Property Details
description
Description of the detail
description?: string
Property Value
string
ipAddress
An IP Address that Domain Name currently resolves to.
ipAddress?: string
Property Value
string
port
The port an endpoint is connected to.
port?: number
Property Value
number
protocol
The protocol used for connection
protocol?: string
Property Value
string