> 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/devices.md).

# Devices

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

## Devices 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/at9Mlll2IHPFqxlqGnRz" alt=""><figcaption><p>Device Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP Device registered in the Google Workspace environment. The page also includes tabs for **Users**, **Other Accounts**, and **WiFi MAC Addresses**.

| Attribute           | Description                                                                                  |
| ------------------- | -------------------------------------------------------------------------------------------- |
| Name                | The full resource name of the device (e.g., `devices/080447a0-ef46-41c8-b97d-3599eb622039`). |
| Device ID           | The unique identifier of the device.                                                         |
| Device Type         | The operating system type of the device (e.g., `WINDOWS`).                                   |
| Hostname            | The network hostname of the device.                                                          |
| Management State    | The management enrollment state of the device.                                               |
| Owner Type          | The ownership classification of the device (e.g., `BYOD` for Bring Your Own Device).         |
| Brand               | The brand name of the device manufacturer.                                                   |
| Manufacturer        | The manufacturer of the device (e.g., `ASUSTeK COMPUTER INC.`).                              |
| Model               | The model name of the device (e.g., `Windows`).                                              |
| Build Number        | The OS build number of the device.                                                           |
| OS Version          | The operating system version installed on the device (e.g., `Windows 10.0.26200.7840`).      |
| Kernel Version      | The kernel version of the device's operating system.                                         |
| Compromised State   | Indicates whether the device has been flagged as compromised.                                |
| Encryption State    | The encryption status of the device (e.g., `NOT_ENCRYPTED`).                                 |
| Serial Number       | The hardware serial number of the device.                                                    |
| Unified Device ID   | A unified identifier used across management platforms.                                       |
| IMEI                | The International Mobile Equipment Identity number, if applicable.                           |
| MEID                | The Mobile Equipment Identifier, if applicable.                                              |
| Network Operator    | The mobile network operator associated with the device, if applicable.                       |
| Creation Time       | The timestamp when the device record was created.                                            |
| Last Sync Time      | The most recent time the device synced with the management service.                          |
| Security Patch Time | The date of the last applied security patch on the device.                                   |
| Directory Customer  | The customer domain associated with this device (e.g., `labs.forestall.io`).                 |

### Users

Lists all users associated with this device.

### Other Accounts

Lists any additional accounts linked to this device.

### WiFi MAC Addresses

Lists the WiFi MAC addresses registered to this device.


---

# 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/devices.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.
