> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GH_AssignedTo

> Enterprise-scoped team is assigned to an organization

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Traversable: ❌

| Start                                                                      | Kind           | End                                                                    |
| -------------------------------------------------------------------------- | -------------- | ---------------------------------------------------------------------- |
| [GH\_EnterpriseTeam](/opengraph/extensions/github/nodes/gh_enterpriseteam) | GH\_AssignedTo | [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization) |

```mermaid theme={null}
flowchart LR
    GH_EnterpriseTeam["GH_EnterpriseTeam"]
    GH_Organization["GH_Organization"]
    GH_EnterpriseTeam -- GH_AssignedTo --> GH_Organization
```

## General Information

The non-traversable GH\_AssignedTo edge represents an enterprise-scoped team being assigned to an organization.

This edge is not traversable because assignment alone does not directly grant a principal a privilege path.

## Edge Schema

| Source                                                                     | Destination                                                            | Traversable |
| -------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------- |
| [GH\_EnterpriseTeam](/opengraph/extensions/github/nodes/gh_enterpriseteam) | [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization) | `false`     |

## Diagram

```mermaid theme={null}
graph LR
    n0["GH_EnterpriseTeam"]
    n1["GH_Organization"]
    n0 -.->|GH_AssignedTo| n1
```
