Share via


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.

domainName

The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.

endpointDetails

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[]

Property Value