> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/keeperpam/privileged-access-manager/just-in-time-access-jit/keeper-privileged-cloud/configure-and-elevate-access-for-a-pam-cloud-resource.md).

# Configure and Elevate Access for a PAM Cloud Resource

<figure><img src="/files/cT0TT3D3c49pWoh4wQIu" alt=""><figcaption></figcaption></figure>

### Overview

This guide shows how to use a PAM Cloud record to grant just-in-time elevated access through the configured identity provider.

After the record is shared and JIT and Workflow are configured, users can request access, receive temporary group membership or role-based elevation for the approved time window, and launch the target platform without permanent standing privilege.

Use this setup when access to a cloud console or federated application is controlled by SSO, identity-provider groups, or role assignments and must be approved, time-bound, and fully auditable.

### Configure and Share the PAM Cloud Resource

In the example below, a PAM Cloud record is configured to grant elevated access through the identity provider. Select **Edit** in **PAM Settings** to configure Workflow and JIT.

<figure><img src="/files/Mj2FEQYxbRTsXwFETEm7" alt=""><figcaption></figcaption></figure>

#### **JIT Settings**

JIT settings define how access is granted after approval.

In this example, the record uses group-based privilege elevation.

The group name must **exactly** match the corresponding group in the identity provider.

After approval, the user receives temporary elevation for the configured duration.

<figure><img src="/files/vbJe34TDaCqqFiB2epXC" alt=""><figcaption></figcaption></figure>

#### **Workflow Settings**

Workflow settings define the approval controls for the record.

In this example, the record requires approval and limits access to 1 hour.

When the access window ends, any active session closes and the temporary elevation is removed.

You can also require a reason and ticket number with each request.

See [Workflow](/en/keeperpam/privileged-access-manager/just-in-time-access-jit/workflow.md) for more information.

<figure><img src="/files/KbpP6BXLmtdVOPmDQoSO" alt=""><figcaption></figcaption></figure>

### Requesting Access

Once the PAM Cloud record is shared and JIT and Workflow settings are configured, the user can submit an access request from the Keeper Vault or from Commander.

See [Keeper Privileged Cloud](/en/keeperpam/privileged-access-manager/just-in-time-access-jit/keeper-privileged-cloud.md#access-workflow) for the full workflow.


---

# 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, and the optional `goal` query parameter:

```
GET https://newdocs.keeper.io/en/keeperpam/privileged-access-manager/just-in-time-access-jit/keeper-privileged-cloud/configure-and-elevate-access-for-a-pam-cloud-resource.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
