> 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/concepts/check-out-approvals.md).

# Approvazioni di check-out

Le **approvazioni di check-out** in Devolutions Pam applicano un ulteriore livello di sicurezza richiedendo che personale designato autorizzi l'uso degli [account privilegiati](/pam/it/concepts/privileged-account.md). Questo processo aiuta le organizzazioni a mantenere supervisione e controllo sulle credenziali sensibili, garantendo che l'accesso venga concesso solo quando giustificato e approvato.

Se abilitata, l'MFA può essere richiesta anche quando l'utente avvia una richiesta di check-out, aggiungendo un secondo livello di verifica dell'identità.

In genere, le approvazioni sono eseguite da un manager, un team lead o un membro dedicato del team di sicurezza. Quando un utente avvia una [richiesta di check-out](/pam/it/concepts/check-out-and-check-in.md), la richiesta deve essere esaminata ed esplicitamente approvata prima che le credenziali siano rese disponibili. Questo meccanismo aiuta a prevenire accessi non autorizzati o non supervisionati e supporta la [conformità](/pam/it/concepts/compliance-reporting.md) alle politiche di sicurezza interne.

Le approvazioni di check-out sono particolarmente utili in ambienti ad alta sicurezza o per sistemi critici in cui la responsabilità e le tracce di audit sono essenziali. Aggiungendo questo livello di controllo, Devolutions PAM aiuta a proteggere le risorse privilegiate semplificando al contempo la supervisione amministrativa.

#### Alias

* Dual control (CyberArk)
* Approvazione degli accessi privilegiati

#### Argomenti correlati

* [Approvare l'accesso a un account privilegiato in Devolutions Cloud](/pam/it/pam-with-devolutions-cloud/privileged-accounts/approve-access-to-a-privileged-account.md)
* [Richiedere l'accesso a un account privilegiato in Devolutions Cloud](/pam/it/pam-with-devolutions-cloud/privileged-accounts/request-access-to-a-privileged-account.md)
* [Report delle richieste di check-out in Devolutions Cloud](/pam/it/pam-with-devolutions-cloud/privileged-access-reports/check-out-requests.md)

#### Vedere anche

* [Account privilegiati (Devolutions Server)](/pam/it/pam-with-devolutions-server/privileged-accounts.md)
* [Account privilegiati (Devolutions Cloud)](/pam/it/pam-with-devolutions-cloud/privileged-accounts.md)
* [Glossary of Common Privileged Access Management (PAM) Terms](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [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/it/concepts/check-out-approvals.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.
