> 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/cloud-infrastructure-entitlement-management.md).

# Gestione dei diritti dell'infrastruttura cloud

La **cloud infrastructure entitlement management** (CIEM) è una pratica di sicurezza e governance che aiuta le organizzazioni a gestire le autorizzazioni degli utenti e i diritti di accesso in ambienti cloud complessi. Le soluzioni CIEM offrono visibilità e controllo su chi ha accesso a quali risorse, riducendo il rischio di privilegi eccessivi e di un uso improprio accidentale o malevolo.

La CIEM include in genere funzionalità quali il rilevamento degli entitlement, l'analisi delle autorizzazioni e l'applicazione delle policy su più piattaforme cloud. Aiuta a garantire il [privilegio minimo](/pam/it/concepts/least-privilege.md) identificando e revocando le autorizzazioni inutilizzate o rischiose e applicando policy allineate agli standard di sicurezza dell'organizzazione.

Sebbene Devolutions PAM non funga da piattaforma CIEM dedicata, completa le pratiche CIEM gestendo l'accesso privilegiato a sistemi e asset sensibili. Ad esempio, se integrato con servizi cloud o utilizzato in ambienti ibridi, Devolutions PAM può centralizzare e controllare l'accesso alle infrastrutture critiche, supportando una governance più ampia degli entitlement cloud.

#### Alias di cloud infrastructure entitlement management

* CIEM
* Cloud entitlement management
* Gestione delle autorizzazioni cloud

#### Argomenti correlati

* [Integrazioni PAM esterne](https://docs.devolutions.net/rdm/it/concepts/advanced-concepts/external-pam-integrations)
* [Autorizzazioni/RBAC/Ruoli](https://docs.devolutions.net/rdm/it/concepts/advanced-concepts/permissions-rbac-and-roles)
* [Sicurezza](https://docs.devolutions.net/rdm/it/concepts/advanced-concepts/security)


---

# 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/cloud-infrastructure-entitlement-management.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.
