> 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

Configuri le autorizzazioni delle casseforti PAM in Devolutions Server, inclusi check-out, approvazione, reimpostazione della password e diritti di accesso specifici per cartella per gli account PAM.

Da Devolutions Server v.2024.3 in poi, le impostazioni di gestione delle casseforti PAM rispecchiano praticamente quelle della normale [Gestione delle casseforti](https://docs.devolutions.net/server/it/web-interface/administration/configuration/system-settings#vault-management), con alcune eccezioni di rilievo:

* I set di autorizzazioni predefiniti sono diversi.
* Le sezioni ***Impostazioni del mio account*** e ***Impostazioni di sicurezza*** non sono disponibili in ***Gestione casseforti PAM***.
* In ***Autorizzazioni predefinite***, la scheda ***Altro*** è sostituita da una scheda ***PAM***, che elenca impostazioni e opzioni esclusive di PAM (vedere la tabella di seguito).

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

### Autorizzazioni specifiche per cartella PAM

Le autorizzazioni possono essere impostate anche per singole cartelle PAM andando in ***Proprietà*** – ***Sicurezza*** – ***Autorizzazioni***.

#### Impostazioni esclusive di PAM

|                                    |                                                                                                                                                                                                                     |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Reimposta password**             | Consente a ogni utente (o ad alcuni specifici se viene scelto ***Personalizzato***) di reimpostare le password delle voci PAM in base alla relativa ***Modalità modello di password***.                             |
| **Approva richiesta di check-out** | Consente a ogni utente (o ad alcuni specifici se viene scelto ***Personalizzato***) di approvare le richieste di check-out sulle voci PAM, incluse le richieste di estensione di un check-out attivo.               |
| **Forza check-in**                 | Consente a ogni utente (o ad alcuni specifici se viene scelto ***Personalizzato***) di forzare altri utenti a eseguire il check-in delle voci PAM.                                                                  |
| **Check-out**                      | Consente a ogni utente (o ad alcuni specifici se viene scelto ***Personalizzato***) di eseguire il check-out delle voci PAM. Ciò consente inoltre agli utenti di richiedere estensioni dei propri check-out attivi. |
| **Leggi i log**                    | Consente a ogni utente (o ad alcuni specifici se viene scelto ***Personalizzato***) di leggere i log delle voci PAM.                                                                                                |

#### Vedere anche

* [Devolutions Academy - Semplificare la gestione degli accessi privilegiati con 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.
