> 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/vaults.md).

# Casseforti

Le **casseforti** in Devolutions PAM sono contenitori sicuri progettati per separare logicamente e proteggere gli [account privilegiati](/pam/it/concepts/privileged-account.md). Aiutano a centralizzare le credenziali sensibili fornendo al contempo solidi controlli di accesso, semplificando la gestione di chi può accedere a cosa e quando.

A ciascuna cassaforte possono essere assegnate autorizzazioni distinte, consentendo agli amministratori di limitare la visibilità e le operazioni in base ai ruoli degli utenti. Questo è particolarmente utile per le organizzazioni che gestiscono account tra più reparti, team o clienti. Strutturare gli account privilegiati in casseforti supporta inoltre un audit e un [reporting](/pam/it/concepts/reporting-and-dashboards.md) più chiari ai fini della [conformità](/pam/it/concepts/compliance-reporting.md) e della trasparenza operativa.

In pratica, le casseforti semplificano la gestione delle credenziali privilegiate raggruppando gli account correlati e garantendo che gli utenti interagiscano solo con i dati a cui sono autorizzati ad accedere. Questo aiuta a ridurre i rischi, supporta l'accesso basato sui ruoli e migliora la sicurezza e l'organizzazione complessive del sistema.

#### Alias delle casseforti

* Safe (CyberArk)
* Account vaulting

#### Argomenti correlati

* [Introduzione - Aggiungere una cassaforte PAM in Devolutions Server](/pam/it/pam-with-devolutions-server/getting-started.md)
* [Casseforti PAM in Devolutions Cloud](/pam/it/pam-with-devolutions-cloud/pam-vaults.md)
* [Casseforti PAM in Devolutions Server](/pam/it/pam-with-devolutions-server/pam-vaults.md)

#### Vedere anche

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