EndpointDependency interface
A domain name and connection details used to access a dependency.
Properties
| description | Human-readable supplemental information about the dependency and when it is applicable. |
| domain |
The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. |
| endpoint |
The list of connection details for this endpoint. |
Property Details
description
Human-readable supplemental information about the dependency and when it is applicable.
description?: string
Property Value
string
domainName
The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
domainName?: string
Property Value
string
endpointDetails
The list of connection details for this endpoint.
endpointDetails?: EndpointDetail[]