> 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/gcp-entities/group.md).

# Group

The **GCPGroup** entity represents a Google Workspace group (distribution list or security group).

| Field              | Type    | Possible Operators                                                 | Description                                       |
| ------------------ | ------- | ------------------------------------------------------------------ | ------------------------------------------------- |
| Guid               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in FSProtect     |
| FSName             | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in FSProtect                    |
| GCPTier            | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | GCP tier classification assigned by FSProtect     |
| AdminCreated       | BOOLEAN | Equal, Not Equal                                                   | Whether the group was created by an administrator |
| DirectMembersCount | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Number of direct members in the group             |
| Email              | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Email address of the group                        |
| Id                 | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Google-assigned unique group ID                   |
| Kind               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Resource kind identifier from Google              |
| Name               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name of the group                         |
| NonEditableAliases | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Aliases that cannot be edited                     |
| risk               | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score assigned to the entity                 |
| ExposurePoint      | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point score assigned to the entity       |
| IsStealth          | BOOLEAN | Equal, Not Equal                                                   | Whether the entity is marked as stealth           |
