General Information
A GitHub Enterprise account that contains organizations, enterprise teams, roles, and managed users.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. |
collected | boolean | Whether this node was collected directly. |
slug | string | The enterprise slug. |
enterprise_name | string | The enterprise display name. |
description | string | The enterprise description. |
location | string | The enterprise location. |
url | string | The enterprise GitHub URL. |
website_url | string | The enterprise website URL. |
created_at | string | When the enterprise was created. |
updated_at | string | When the enterprise was last updated. |
billing_email | string | The enterprise billing email. |
security_contact_email | string | The enterprise security contact email. |
viewer_is_admin | boolean | Whether the authenticated viewer is an enterprise admin. |
environment_name | string | The enterprise environment name. |
query_organizations | string | Query for contained organizations. |
Diagram
Edges
The tables below list edges defined by the GitHub extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| GH_Contains | GH_EnterpriseRole, GH_EnterpriseRunnerGroup, GH_EnterpriseTeam, GH_Organization | ❌ |
| GH_HasMember | GH_EnterpriseManagedUser, GH_User | ❌ |
| GH_HasSamlIdentityProvider | GH_SamlIdentityProvider | ❌ |
Properties
| Property | Type | Description |
|---|---|---|
name | str | - |
displayname | str | - |
environmentid | str | - |
last_seen | datetime | - |
node_id | str | - |
collected | bool | Whether this node was collected directly. |
slug | str | None | The enterprise slug. |
enterprise_name | str | None | The enterprise display name. |
description | str | None | The enterprise description. |
location | str | None | The enterprise location. |
url | str | None | The enterprise GitHub URL. |
website_url | str | None | The enterprise website URL. |
created_at | str | None | When the enterprise was created. |
updated_at | str | None | When the enterprise was last updated. |
billing_email | str | None | The enterprise billing email. |
security_contact_email | str | None | The enterprise security contact email. |
viewer_is_admin | bool | None | Whether the authenticated viewer is an enterprise admin. |
environment_name | str | None | The enterprise environment name. |
query_organizations | str | None | Query for contained organizations. |