EndpointDependency Class

A domain name and connection details used to access a dependency.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
EndpointDependency

Constructor

EndpointDependency(**kwargs)

Variables

domain_name
str

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

description
str

Human-readable supplemental information about the dependency and when it is applicable.

endpoint_details
list[EndpointDetail]

The list of connection details for this endpoint.