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

# Concetti

Esplori i concetti chiave di Devolutions PAM, tra cui il rilevamento degli account, la gestione delle credenziali, le approvazioni di check-out e l'elevazione just-in-time.

Padroneggiare i concetti alla base di Devolutions PAM fa risparmiare tempo sia agli utenti sia agli amministratori. Ha bisogno di aiuto per capire cosa imparare dopo? Questa guida organizza i concetti per accompagnarla nel suo percorso PAM.

* [Rilevamento degli account](/pam/it/concepts/account-discovery.md)
* [Criterio del ciclo di vita degli account](/pam/it/concepts/account-lifecycle-policy.md)
* [Proprietà azione](/pam/it/concepts/action-property.md)
* [Script di azione](/pam/it/concepts/action-script.md)
* [Distribuzione senza agente](/pam/it/concepts/agentless-deployment.md)
* [Gestione delle password da applicazione ad applicazione](/pam/it/concepts/application-to-application-password-management.md)
* [Check-out e check-in](/pam/it/concepts/check-out-and-check-in.md)
* [Approvazioni di check-out](/pam/it/concepts/check-out-approvals.md)
* [Automazione CI/CD](/pam/it/concepts/ci-cd-automation.md)
* [Gestione dei diritti dell'infrastruttura cloud](/pam/it/concepts/cloud-infrastructure-entitlement-management.md)
* [Reportistica di conformità](/pam/it/concepts/compliance-reporting.md)
* [Gestione delle credenziali](/pam/it/concepts/credential-management.md)
* [Modello di provider PAM personalizzato](/pam/it/concepts/custom-pam-provider-template.md)
* [Principio del doppio account](/pam/it/concepts/dual-account-principle.md)
* [Provider di identità](/pam/it/concepts/identity-provider.md)
* [Endpoint del provider di identità](/pam/it/concepts/identity-provider-endpoints.md)
* [Elevazione just-in-time](/pam/it/concepts/just-in-time-elevation.md)
* [Provisioning just-in-time](/pam/it/concepts/just-in-time-provisioning.md)
* [Privilegio minimo](/pam/it/concepts/least-privilege.md)
* [Maturità PAM](/pam/it/concepts/pam-maturity.md)
* [Propagazione delle password](/pam/it/concepts/password-propagation.md)
* [Rotazione delle password](/pam/it/concepts/password-rotation.md)
* [Account privilegiato](/pam/it/concepts/privileged-account.md)
* [Accesso remoto privilegiato](/pam/it/concepts/privileged-remote-access.md)
* [Sessione privilegiata](/pam/it/concepts/privileged-session.md)
* [Automazione delle attività privilegiate](/pam/it/concepts/privileged-task-automation.md)
* [Analisi del comportamento degli utenti privilegiati](/pam/it/concepts/privileged-user-behavior-analytics.md)
* [Gestione dell'elevazione e della delega dei privilegi](/pam/it/concepts/privilege-elevation-and-delegation-management.md)
* [Provider](/pam/it/concepts/providers.md)
* [Gestione degli accessi privilegiati da remoto](/pam/it/concepts/remote-privilege-access-management.md)
* [Reportistica e dashboard](/pam/it/concepts/reporting-and-dashboards.md)
* [Gestione dei segreti](/pam/it/concepts/secrets-management.md)
* [Gestione delle sessioni](/pam/it/concepts/session-management.md)
* [Registrazione delle sessioni](/pam/it/concepts/session-recording.md)
* [Casseforti](/pam/it/concepts/vaults.md)
* [Privilegi permanenti zero](/pam/it/concepts/zero-standing-privilege.md)

#### Vedere anche

* [Devolutions Blog - Decodificare il PAM: concetti fondamentali e applicazione](https://blog.devolutions.net/2024/08/decoding-pam-core-concepts-and-application/)


---

# 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.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.
