# Google Cloud Identity

## Connection Requirements

{% stepper %}
{% step %}

### Service Account Email

Email address of the Service Account.
{% endstep %}

{% step %}

### Private Key File

The private\_key.json file associated with the Service Account.

{% hint style="info" %}
🔵 To get Private Key file:

First, create a service account:

* Open the Service accounts page.
* If prompted, select a project, or create a new one.
* Click add Create service account.
* Under Service account details, type a name, ID, and description for the service account, then click Create and continue.
* Optional: Under Grant this service account access to project, select the IAM roles to grant to the service account.
* Click Continue.
* Optional: Under Grant users access to this service account, add the users or groups that are allowed to use and manage the service account.
* Click Done.
* Click the email address for the service account you created.
* Click the Keys tab.
* In the Add key drop-down list, select Create new key.
* Click Create.
  {% endhint %}
  {% endstep %}

{% step %}

### Https Proxy

Https Proxy url. (optional)
{% endstep %}

{% step %}

### Workspace Admin Email

Workspace Admin Email.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ Attention

Please perform a **connection test** to ensure there is a valid connection to the host. When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% endhint %}


---

# Agent Instructions: 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.octoxlabs.com/adapters/adapters/google-cloud-identity.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.
