General Information
A team managed at the GitHub Enterprise level and assignable across organizations.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. |
github_team_id | string or integer | The raw GitHub enterprise team ID. |
slug | string | The enterprise team slug. |
projected_slug | string | The organization-projected team slug. |
group_id | string | The linked SCIM group ID. |
description | string | The team description. |
created_at | string | When the team was created. |
updated_at | string | When the team was last updated. |
environment_name | string | The enterprise environment name. |
query_enterprise | string | Query for the containing enterprise. |
query_assigned_organizations | string | Query for assigned organizations. |
query_projected_teams | string | Query for projected organization teams. |
query_members | string | Query for team members. |
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
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| GH_Contains | GH_Enterprise | ❌ |
| GH_MemberOf | GH_TeamRole | ✅ |
| SCIM_Provisioned | SCIM_Group | ❌ |
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| GH_AssignedTo | GH_Organization | ❌ |
| GH_HasRole | GH_EnterpriseRole | ✅ |
| GH_MemberOf | GH_Team | ✅ |
Properties
| Property | Type | Description |
|---|---|---|
name | str | - |
displayname | str | - |
environmentid | str | - |
last_seen | datetime | - |
node_id | str | - |
github_team_id | str | int | None | The raw GitHub enterprise team ID. |
slug | str | None | The enterprise team slug. |
projected_slug | str | None | The organization-projected team slug. |
group_id | str | None | The linked SCIM group ID. |
description | str | None | The team description. |
created_at | str | None | When the team was created. |
updated_at | str | None | When the team was last updated. |
environment_name | str | None | The enterprise environment name. |
query_enterprise | str | None | Query for the containing enterprise. |
query_assigned_organizations | str | None | Query for assigned organizations. |
query_projected_teams | str | None | Query for projected organization teams. |
query_members | str | None | Query for team members. |