Share via


EndpointDependency Class

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

Constructor

EndpointDependency(*args: Any, **kwargs: Any)

Variables

Name Description
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

The list of connection details for this endpoint.

Attributes

description

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

description: str | None

domain_name

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

domain_name: str | None

endpoint_details

The list of connection details for this endpoint.

endpoint_details: list['_models.EndpointDetail'] | None