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

> Role can create internal repositories in the 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\_OrgRole](/opengraph/extensions/github/nodes/gh_orgrole) | GH\_CanCreateInternalRepositories | [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization) |

```mermaid theme={null}
flowchart LR
    GH_Organization["GH_Organization"]
    GH_OrgRole["GH_OrgRole"]
    GH_OrgRole -- GH_CanCreateInternalRepositories --> GH_Organization
```

## General Information

Role can create internal repositories in the organization.

## Edge Schema

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

## Diagram

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