> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/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/fsprotect/search-and-reports/github-entities/aws-organization.md).

# GitHub Enterprise

### GitHub Enterprise 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 enterprise's unique node ID. |
| FSName            | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | A special unique identifier — the enterprise slug combined with its scope.                                      |
| Slug              | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The unique URL identifier of the enterprise (e.g., fs-falcons-ent).                                             |
| Name              | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The display name of the enterprise.                                                                             |
| OrganizationLogin | TEXT    | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY                  | The login of an organization associated with the enterprise.                                                    |
| IsPrivileged      | BOOLEAN | N/A                                                            | Indicates whether the enterprise has been identified as privileged.                                             |
| IsShadow          | BOOLEAN | N/A                                                            | Indicates whether the enterprise is flagged as a shadow admin object.                                           |
| GHTier            | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The privilege tier of the object (0 = Tier 0 / crown jewel, 2 = normal). The enterprise is always Tier 0.       |
| risk              | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The calculated risk score of the enterprise.                                                                    |
| ExposurePoint     | NUMBER  | EQUAL, BETWEEN, SMALLER, LARGER, SMALLER\_EQUAL, LARGER\_EQUAL | The exposure point score of the enterprise.                                                                     |
