> 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/gcp-identities/groups.md).

# Groups

The `Groups` page provides a list of enumerated Groups in GCP.

## Groups Details

The Details page includes the `Details` tab, and a `Visualize` button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

<figure><img src="/files/1DeEJ0zlIAynJ4O2P1OP" alt=""><figcaption><p>Groups Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP Group. The page also includes tabs for **Parent Groups**, **Child Groups**, **Child Users**, **Child Service Accounts**, and **Owner Users**.

| Attribute            | Description                                                                                          |
| -------------------- | ---------------------------------------------------------------------------------------------------- |
| Name                 | The display name of the group (e.g., `Team 2`).                                                      |
| Object ID            | The internal object identifier of the group.                                                         |
| Description          | A text description of the group's purpose.                                                           |
| Id                   | The unique identifier of the group within Google Workspace (e.g., `02szc72q1hdq9es`).                |
| Aliases              | Additional email aliases assigned to the group.                                                      |
| Non Editable Aliases | System-assigned aliases that cannot be modified (e.g., `team2@labs.forestall.io.test-google-a.com`). |
| Email                | The primary email address of the group (e.g., `team2@labs.forestall.io`).                            |
| Kind                 | The type identifier of the directory resource (e.g., `admin#directory#group`).                       |
| Admin Created        | Indicates whether the group was created by an administrator.                                         |
| Direct Members Count | The number of direct members (users, service accounts, or groups) in the group.                      |
| Directory Customer   | The customer domain associated with this group (e.g., `labs.forestall.io`).                          |

### Parent Groups

Lists all groups that this group belongs to as a member.

### Child Groups

Lists all groups nested within this group.

### Child Users

Lists all users who are direct members of this group.

### Child Service Accounts

Lists all service accounts that are direct members of this group.

### Owner Users

Lists all users with owner-level permissions on this group.

### Owner Service Accounts

Lists all service accounts with owner-level permissions on this group.

### Manager Users

Lists all users with manager-level permissions on this group.

### Manager Service Accounts

Lists all service accounts with manager-level permissions on this group.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.forestall.io/fsprotect/gcp-identities/groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
