> 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/service-account-keys.md).

# Service Account Keys

The `Service Account Keys` page provides a list of enumerated Service Account Keys in GCP.

## Service Account Keys 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/VLiZu7eSo88LX45UC6lW" alt=""><figcaption><p>Service Account Key Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP Service Account Key associated with a service account.

| Attribute         | Description                                                                          |
| ----------------- | ------------------------------------------------------------------------------------ |
| Name              | The full resource name of the service account key.                                   |
| Key ID            | The unique identifier of the key (e.g., `16a419e037f1624155619f77208d518f960e0e24`). |
| Parent Project    | The GCP project this service account key belongs to.                                 |
| Service Account   | The service account this key is associated with (e.g., `Forestall Privileged`).      |
| Key Type          | The type of key, indicating how it is managed (e.g., `SystemManaged`).               |
| Key Origin        | The origin of the key, indicating who provided it (e.g., `GoogleProvided`).          |
| Key Algorithm     | The cryptographic algorithm used by the key (e.g., `KeyAlgRsa2048`).                 |
| Is Disabled       | Indicates whether the key is currently disabled.                                     |
| Valid Before Time | The expiry timestamp after which the key is no longer valid.                         |
| Valid After Time  | The activation timestamp from which the key becomes valid.                           |


---

# 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/service-account-keys.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.
