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

# Autorizzazioni PAM

A partire da Devolutions Server v.2024.3, le impostazioni di gestione della cassaforte PAM rispecchiano praticamente quelle della [Gestione delle casseforti](https://docs.devolutions.net/server/it/web-interface/administration/configuration/system-settings#vault-management) regolare, con alcune eccezioni degne di nota:

* I set di autorizzazioni predefiniti sono diversi (veda l'immagine sotto).
* Le sezioni ***My account settings*** e ***Security settings*** non sono disponibili in ***PAM vault management***.
* In ***Default permissions***, la scheda ***More*** è sostituita da una scheda ***PAM***, che elenca impostazioni e opzioni esclusive di PAM (veda la tabella sotto).

{% hint style="info" %}
Noti che i set di autorizzazioni PAM non sono applicabili alle casseforti non PAM, e viceversa.
{% endhint %}

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

### Autorizzazioni specifiche per cartella PAM

Le autorizzazioni possono essere impostate anche per singole cartelle PAM andando in ***Properties*** – ***Security*** – ***Permissions***.

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

#### Impostazioni esclusive di PAM

|                              |                                                                                                                                                                                    |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Reset password**           | Consente a tutti gli utenti (o ad alcuni specifici se viene scelto ***Custom***) di reimpostare le password delle voci PAM in conformità con il loro ***Password template mode***. |
| **Approve checkout request** | Consente a tutti gli utenti (o ad alcuni specifici se viene scelto ***Custom***) di approvare le richieste di check-out sulle voci PAM.                                            |
| **Force checkin**            | Consente a tutti gli utenti (o ad alcuni specifici se viene scelto ***Custom***) di forzare altri utenti a effettuare il check-in delle voci PAM.                                  |
| **Checkout**                 | Consente a tutti gli utenti (o ad alcuni specifici se viene scelto ***Custom***) di effettuare il check-out delle voci PAM.                                                        |
| **Read logs**                | Consente a tutti gli utenti (o ad alcuni specifici se viene scelto ***Custom***) di leggere i log delle voci PAM.                                                                  |

#### Set di autorizzazioni predefiniti PAM

Ecco una tabella che riassume ogni set di autorizzazioni predefinito in ***PAM vault management***:

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

#### Veda anche

* [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/it/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.
