> 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/pam-with-devolutions-server/pam-permissions.md).

# Permisos de PAM

A partir de Devolutions Server v.2024.3, la configuración de gestión de bóvedas PAM refleja prácticamente la de la [gestión de bóvedas](https://docs.devolutions.net/server/es/web-interface/administration/configuration/system-settings#vault-management) habitual, con algunas excepciones notables:

* Los conjuntos de permisos predeterminados son diferentes (véase la imagen a continuación).
* Las secciones ***Configuración de mi cuenta*** y ***Configuración de seguridad*** no están disponibles en ***Gestión de bóvedas PAM***.
* En ***Permisos predeterminados***, la pestaña ***Más*** se sustituye por una pestaña ***PAM***, que enumera opciones y ajustes exclusivos de PAM (véase la tabla a continuación).

{% hint style="info" %}
Tenga en cuenta que los conjuntos de permisos PAM no son aplicables a las bóvedas que no son PAM, y viceversa.
{% endhint %}

![](https://cdnweb.devolutions.net/docs/DVLS4092_2024_3.png)

### Permisos específicos de carpetas PAM

También se pueden establecer permisos para carpetas PAM individuales accediendo a ***Propiedades*** – ***Seguridad*** – ***Permisos***.

![](https://cdnweb.devolutions.net/docs/RDMW4240_2025_1.png)

#### Ajustes exclusivos de PAM

|                                    |                                                                                                                                                                                                 |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Restablecer contraseña**         | Permitir que todos los usuarios (o algunos concretos si se elige ***Personalizado***) restablezcan las contraseñas de las entradas PAM de acuerdo con su ***Modo de plantilla de contraseña***. |
| **Aprobar solicitud de check-out** | Permitir que todos los usuarios (o algunos concretos si se elige ***Personalizado***) aprueben las solicitudes de check-out de entradas PAM.                                                    |
| **Forzar check-in**                | Permitir que todos los usuarios (o algunos concretos si se elige ***Personalizado***) obliguen a otros usuarios a hacer check-in de las entradas PAM.                                           |
| **Check-out**                      | Permitir que todos los usuarios (o algunos concretos si se elige ***Personalizado***) hagan check-out de las entradas PAM.                                                                      |
| **Leer registros**                 | Permitir que todos los usuarios (o algunos concretos si se elige ***Personalizado***) lean los registros de las entradas PAM.                                                                   |

#### Conjuntos de permisos predeterminados de PAM

A continuación se muestra una tabla que resume cada conjunto de permisos predeterminado en ***Gestión de bóvedas PAM***:

![](https://cdnweb.devolutions.net/docs/DVLS4093_2024_3.png)

#### Véase también

* [Devolutions Academy - Simplifying Privileged Access Management with Devolutions PAM](https://academy.devolutions.net/student/path/2007290/activity/3070848)


---

# 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/pam-with-devolutions-server/pam-permissions.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.
