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-HoundPersonalAccessToken
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_Contains | GH_Organization, GH_Repository, GH_Environment | ❌ |
| GH_HasPersonalAccessToken | GH_User | ❌ |
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| GH_CanAccess | GH_Repository | ❌ |
Properties
| Property Name | Data Type | Description |
|---|---|---|
| objectid | string | Deterministic Base64-encoded identifier, used as the unique graph identifier. |
| id | string | The deterministic identifier (same as objectid). |
| name | string | The user-assigned display name of the token. |
| environment_name | string | The name of the environment (GitHub organization) where the token has access. |
| environmentid | string | The node_id of the environment (GitHub organization). |
| owner_login | string | The login handle of the user who owns the token. |
| owner_id | integer | The numeric GitHub ID of the token owner. |
| owner_node_id | string | The GraphQL node ID of the token owner. |
| token_id | integer | Unique identifier of the user’s token, found in audit logs and organization settings. |
| token_name | string | The user-assigned display name of the token. |
| token_expired | boolean | Whether the token has expired. |
| token_expires_at | string | ISO 8601 timestamp of when the token expires. |
| token_last_used_at | string | ISO 8601 timestamp of when the token was last used. |
| repository_selection | string | Whether the token has access to all, subset, or none of the organization’s repositories. |
| access_granted_at | string | ISO 8601 timestamp of when access was granted to the organization. |
| permissions | string | JSON string of the permissions granted to the token (e.g., {"organization":{},"repository":{}}). |