> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/es/concepts/just-in-time-elevation.md).

# Elevación justo a tiempo

La **elevación justo a tiempo (JIT)** en Devolutions PAM concede temporalmente privilegios elevados a las cuentas de usuario solo cuando es necesario, reduciendo el riesgo de los permisos permanentes que pueden ser explotados. Este enfoque admite tanto cuentas estándar como cuentas con [privilegio permanente cero (ZSP)](/pam/es/concepts/zero-standing-privilege.md).

En el caso de las **cuentas estándar**, la elevación JIT añade pertenencias a grupos o roles en el [check-out](/pam/es/concepts/check-out-and-check-in.md) y los elimina en el [check-in](/pam/es/concepts/check-out-and-check-in.md). Esto significa que la cuenta conserva sus permisos base, pero obtiene temporalmente acceso adicional durante la sesión.

En el caso de las **cuentas ZSP**, que no tienen pertenencias a grupos ni privilegios en reposo, la elevación JIT asigna dinámicamente el acceso necesario en el [check-out](/pam/es/concepts/check-out-and-check-in.md) y garantiza que se revoque por completo en el [check-in](/pam/es/concepts/check-out-and-check-in.md). Los equipos de seguridad pueden supervisar las cuentas ZSP para verificar que permanecen vacías entre usos, lo que ayuda a mantener un control estricto y la preparación para auditorías.

Al implementar la elevación JIT, Devolutions PAM ayuda a las organizaciones a mejorar la seguridad, aplicar el [privilegio mínimo](/pam/es/concepts/least-privilege.md) y limitar el tiempo de exposición de los accesos sensibles.

#### Alias de elevación justo a tiempo (JIT)

* Elevación de (privilegios) JIT
* Elevación temporal de privilegios
* Elevación bajo demanda (CyberArk)

#### Temas relacionados

* [Elevación justo a tiempo (JIT) en Devolutions Server](/pam/es/pam-with-devolutions-server/just-in-time-jit-elevation.md)

#### Véase también

* [Decoding just-in-time (JIT) elevation](https://blog.devolutions.net/2025/01/decoding-just-in-time-jit-elevation/)
* [Devolutions Academy – Demystifying just-in-time elevation and provisioning with Devolutions PAM](https://academy.devolutions.net/student/path/2354099/activity/4305214)
* [Glossary of Common Privileged Access Management (PAM) Terms](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [JIT privilege elevation made efficient by Devolutions](https://blog.devolutions.net/2025/01/jit-privilege-elevation-made-efficient-by-devolutions/)
* [Need Cybersecurity Insurance? Then You Probably Need PAM, Too](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)


---

# 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://docs.devolutions.net/pam/es/concepts/just-in-time-elevation.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.
