Documentation Index
Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Git-HoundTeam
Edges
The tables below list edges defined by the GitHound extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| GH_AddMember | GH_TeamRole | ✅ |
| GH_Contains | GH_Organization, GH_Repository, GH_Environment | ❌ |
| GH_MemberOf | GH_TeamRole, GH_Team | ✅ |
Outbound Edges
Properties
| Property Name | Data Type | Description |
|---|---|---|
| objectid | string | The GitHub GraphQL id of the team, used as the unique graph identifier. |
| name | string | The team’s display name, derived from the slug property. |
| id | string | The GraphQL ID of the team. |
| node_id | string | The GitHub node ID. Redundant with objectid. |
| slug | string | The team’s URL-safe slug identifier. |
| description | string | The team’s description. |
| privacy | string | The team’s privacy level (e.g., visible, secret). |
| permission | string | The team’s default permission on repositories. |
| environment_name | string | The name of the environment (GitHub organization). |
| environmentid | string | The node_id of the environment (GitHub organization). |