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

> Generic label applied to GitHub variable nodes across organization, repository, and environment scope

<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" />

## General Information

Generic label applied to GitHub variable nodes across organization, repository, and environment scope.

## Properties

| Property        | Type       | Description                                                                                             |
| --------------- | ---------- | ------------------------------------------------------------------------------------------------------- |
| `name`          | `string`   | The node name used for matching and display.                                                            |
| `displayname`   | `string`   | The human-readable display name.                                                                        |
| `environmentid` | `string`   | The identifier of the GitHub environment where this node was collected.                                 |
| `last_seen`     | `datetime` | The timestamp when this node was last observed during collection.                                       |
| `node_id`       | `string`   | The stable identifier used as the OpenGraph node ID; this is the native GitHub node ID where available. |

## Diagram

```mermaid theme={null}
graph LR
    n0["GH_Variable"]
```
