> 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/zero-standing-privilege.md).

# Privilegio permanente cero

El **privilegio permanente cero** (ZSP) es un modelo de seguridad en el que las cuentas se crean sin permisos permanentes ni pertenencias a grupos. En este modelo, los derechos de acceso se conceden únicamente cuando son necesarios y se revocan inmediatamente después de su uso. Esto minimiza la superficie de ataque y limita lo que un atacante podría hacer si la cuenta se ve comprometida.

En Devolutions PAM, las cuentas ZSP están diseñadas para existir sin ningún privilegio predeterminado. Cuando se necesita un acceso elevado, los privilegios se conceden [justo a tiempo](/pam/es/concepts/just-in-time-elevation.md) durante el tiempo que dure la tarea y luego se eliminan automáticamente. Este enfoque dinámico protege los sistemas sensibles a la vez que respalda las necesidades operativas.

El ZSP se compara a menudo con el principio de [privilegio mínimo](/pam/es/concepts/least-privilege.md) (PoLP), que restringe a los usuarios a los permisos mínimos necesarios para realizar sus tareas. La diferencia clave es que el PoLP mantiene un nivel de acceso continuo y mínimo, mientras que el ZSP elimina todo acceso permanente hasta que se requiera explícitamente. El ZSP ofrece mayor seguridad en entornos de alto riesgo al reducir el tiempo de exposición a las credenciales privilegiadas.

#### Alias de privilegio permanente cero

* ZSP
* Sin privilegio permanente

#### Véase también

* [Glosario de términos habituales de la gestión de accesos privilegiados (PAM)](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [¿Necesita un seguro de ciberseguridad? Entonces probablemente también necesite PAM](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/zero-standing-privilege.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.
