> For the complete documentation index, see [llms.txt](https://docs.forestall.io/forestall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/forestall/search-and-reports/github-entities/aws-iam-role.md).

# GitHub Team

### GitHub Team Fields

| Field             | Type    | Possible Operators                                             | Description                                                                                               |
| ----------------- | ------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| Guid              | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | A unique identifier that is a combination of the GUID of the selected scan and the team's unique node ID. |
| FSName            | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | A special unique identifier — the team slug combined with its scope (organization or enterprise slug).    |
| Slug              | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The unique URL identifier of the team.                                                                    |
| Name              | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The display name of the team.                                                                             |
| Description       | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The description configured for the team.                                                                  |
| Privacy           | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The visibility of the team (e.g., closed, secret).                                                        |
| Permission        | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The default permission the team is granted on its repositories (e.g., pull, push, admin).                 |
| ParentTeamSlug    | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The slug of the parent team, if this team is nested.                                                      |
| OrganizationLogin | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The login of the organization the team belongs to.                                                        |
| IsPrivileged      | BOOLEAN | N/A                                                            | Indicates whether the team has been identified as privileged based on its effective permissions.          |
| IsShadow          | BOOLEAN | N/A                                                            | Indicates whether the team is a shadow admin — able to reach Tier 0 indirectly.                           |
| MembersCount      | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The number of members in the team.                                                                        |
| ReposCount        | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The number of repositories the team has access to.                                                        |
| GHTier            | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The privilege tier of the object (0 = Tier 0 / crown jewel, 2 = normal).                                  |
| risk              | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The calculated risk score of the team.                                                                    |
| ExposurePoint     | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The exposure point score of the team.                                                                     |
