> ## 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_InstalledAs

> GitHub App is installed as this app installation on 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\_App](/opengraph/extensions/github/nodes/gh_app) | GH\_InstalledAs | [GH\_AppInstallation](/opengraph/extensions/github/nodes/gh_appinstallation) |

```mermaid theme={null}
flowchart LR
    GH_App["GH_App"]
    GH_AppInstallation["GH_AppInstallation"]
    GH_App -- GH_InstalledAs --> GH_AppInstallation
```

## General Information

The traversable GH\_InstalledAs edge links a GitHub App to its installation within the organization. This edge is traversable because it connects the app definition to its active installation, which determines the specific set of repositories and permissions the app has been granted. Understanding the relationship between an app and its installation is essential for tracing how app-level permissions translate into repository access.

## Edge Schema

| Source                                               | Destination                                                                  | Traversable |
| ---------------------------------------------------- | ---------------------------------------------------------------------------- | ----------- |
| [GH\_App](/opengraph/extensions/github/nodes/gh_app) | [GH\_AppInstallation](/opengraph/extensions/github/nodes/gh_appinstallation) | `true`      |

## Diagram

```mermaid theme={null}
graph LR
    n0["GH_App"]
    n1["GH_AppInstallation"]
    n0 -->|GH_InstalledAs| n1
```
