Check if a dependency path exists between two resources.
Returns whether the source resource transitively depends on the target resource via depends_on edges.
Returns: PathExistsResponse with exists=True if a path was found.
Provider name of the source resource
Resource type of the source resource
Name of the source resource
Provider name of the target resource
Resource type of the target resource
Name of the target resource
Successful Response
Response for path existence check.
Attributes: exists: Whether a dependency path exists between the two resources.