Skip to main content
Applies to BloodHound Enterprise and CE Represents a GitHub organization. This is the root node of the graph and serves as the primary container for all other nodes. Organization-level settings such as default repository permissions, Actions configuration, and security features are captured as properties on this node. Created by: Git-HoundOrganization

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

Outbound Edges

Properties

Property NameData TypeDescription
objectidstringThe GitHub node_id of the organization, used as the unique graph identifier.
idintegerThe numeric GitHub ID of the organization.
namestringThe organization’s login handle, used as the display name.
loginstringThe organization’s login handle (URL slug).
node_idstringThe GitHub GraphQL node ID. Redundant with objectid.
descriptionstringThe organization’s description.
org_namestringThe organization’s display name (from the name field in the GitHub API).
companystringThe company associated with the organization.
blogstringThe organization’s blog URL.
locationstringThe organization’s location.
emailstringThe organization’s public email address.
is_verifiedbooleanWhether the organization’s domain is verified by GitHub.
has_organization_projectsbooleanWhether the organization has projects enabled.
has_repository_projectsbooleanWhether repository projects are enabled.
public_reposintegerNumber of public repositories in the organization.
public_gistsintegerNumber of public gists.
followersintegerNumber of followers the organization has.
followingintegerNumber of accounts the organization is following.
html_urlstringURL to the organization’s GitHub profile page.
created_atdatetimeWhen the organization was created.
updated_atdatetimeWhen the organization was last updated.
typestringThe account type (e.g., Organization).
total_private_reposintegerTotal number of private repositories.
owned_private_reposintegerNumber of private repositories owned directly by the organization.
private_gistsintegerNumber of private gists.
collaboratorsintegerNumber of outside collaborators across the organization.
default_repository_permissionstringDefault permission level granted to members on all repositories (e.g., read, write, admin, none). Used to associate the Members org role with the appropriate all_repo_* role node.
members_can_create_repositoriesbooleanWhether members can create repositories.
two_factor_requirement_enabledbooleanWhether two-factor authentication is required for all members.
members_can_create_public_repositoriesbooleanWhether members can create public repositories.
members_can_create_private_repositoriesbooleanWhether members can create private repositories.
members_can_create_internal_repositoriesbooleanWhether members can create internal repositories.
members_can_create_pagesbooleanWhether members can create GitHub Pages sites.
members_can_fork_private_repositoriesbooleanWhether members can fork private repositories.
web_commit_signoff_requiredbooleanWhether web-based commits require sign-off.
deploy_keys_enabled_for_repositoriesstringWhich repositories allow deploy keys.
members_can_delete_repositoriesbooleanWhether members can delete repositories.
members_can_change_repo_visibilitybooleanWhether members can change repository visibility.
members_can_invite_outside_collaboratorsbooleanWhether members can invite outside collaborators.
members_can_delete_issuesbooleanWhether members can delete issues.
display_commenter_full_name_setting_enabledbooleanWhether commenter full names are displayed.
readers_can_create_discussionsbooleanWhether readers can create discussions.
members_can_create_teamsbooleanWhether members can create teams.
members_can_view_dependency_insightsbooleanWhether members can view dependency insights.
default_repository_branchstringThe default branch name for new repositories.
members_can_create_public_pagesbooleanWhether members can create public GitHub Pages sites.
members_can_create_private_pagesbooleanWhether members can create private GitHub Pages sites.
advanced_security_enabled_for_new_repositoriesbooleanWhether GitHub Advanced Security is automatically enabled for new repositories.
dependabot_alerts_enabled_for_new_repositoriesbooleanWhether Dependabot alerts are enabled for new repositories.
dependabot_security_updates_enabled_for_new_repositoriesbooleanWhether Dependabot security updates are enabled for new repositories.
dependency_graph_enabled_for_new_repositoriesbooleanWhether the dependency graph is enabled for new repositories.
secret_scanning_enabled_for_new_repositoriesbooleanWhether secret scanning is enabled for new repositories.
secret_scanning_push_protection_enabled_for_new_repositoriesbooleanWhether secret scanning push protection is enabled for new repositories.
secret_scanning_push_protection_custom_link_enabledbooleanWhether a custom link is enabled for secret scanning push protection.
secret_scanning_push_protection_custom_linkbooleanThe custom link for secret scanning push protection.
secret_scanning_validity_checks_enabledbooleanWhether secret scanning validity checks are enabled.
actions_enabled_repositoriesstringWhich repositories have GitHub Actions enabled: all, selected, or none.
actions_allowed_actionsstringWhich Actions are allowed to run: all, local_only, or selected.
actions_sha_pinning_requiredbooleanWhether SHA pinning is required for GitHub Actions.

Diagram