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

# Concepts

![](https://cdnweb.devolutions.net/docs/MARKETING_sysadminotaur-104-final.apk.png)

Maîtriser les concepts qui sous-tendent Devolutions PAM fait gagner du temps aux utilisateurs comme aux administrateurs. Vous avez besoin d'aide pour savoir quoi apprendre ensuite? Ce guide organise les concepts pour vous guider dans votre parcours PAM.

* [Détection de compte](/pam/fr/concepts/account-discovery.md)
* [Politique de cycle de vie des comptes](/pam/fr/concepts/account-lifecycle-policy.md)
* [Propriété d'action](/pam/fr/concepts/action-property.md)
* [Script d'action](/pam/fr/concepts/action-script.md)
* [Déploiement sans agent](/pam/fr/concepts/agentless-deployment.md)
* [Gestion de mots de passe d'application à application](/pam/fr/concepts/application-to-application-password-management.md)
* [Réservation et restitution](/pam/fr/concepts/check-out-and-check-in.md)
* [Approbations de réservation](/pam/fr/concepts/check-out-approvals.md)
* [Automatisation CI/CD](/pam/fr/concepts/ci-cd-automation.md)
* [Gestion des droits d'accès à l'infrastructure infonuagique](/pam/fr/concepts/cloud-infrastructure-entitlement-management.md)
* [Rapports de conformité](/pam/fr/concepts/compliance-reporting.md)
* [Gestion des identifiants](/pam/fr/concepts/credential-management.md)
* [Modèle de fournisseur PAM personnalisé](/pam/fr/concepts/custom-pam-provider-template.md)
* [Principe du compte double](/pam/fr/concepts/dual-account-principle.md)
* [Fournisseur d'identité](/pam/fr/concepts/identity-provider.md)
* [Terminaux du fournisseur d'identité](/pam/fr/concepts/identity-provider-endpoints.md)
* [Élévation juste-à-temps](/pam/fr/concepts/just-in-time-elevation.md)
* [Provisionnement juste-à-temps](/pam/fr/concepts/just-in-time-provisioning.md)
* [Moindre privilège](/pam/fr/concepts/least-privilege.md)
* [Maturité PAM](/pam/fr/concepts/pam-maturity.md)
* [Propagation de mot de passe](/pam/fr/concepts/password-propagation.md)
* [Rotation de mot de passe](/pam/fr/concepts/password-rotation.md)
* [Compte privilégié](/pam/fr/concepts/privileged-account.md)
* [Accès à distance privilégié](/pam/fr/concepts/privileged-remote-access.md)
* [Session privilégiée](/pam/fr/concepts/privileged-session.md)
* [Automatisation des tâches privilégiées](/pam/fr/concepts/privileged-task-automation.md)
* [Analytique du comportement des utilisateurs privilégiés](/pam/fr/concepts/privileged-user-behavior-analytics.md)
* [Gestion de l'élévation et de la délégation des privilèges](/pam/fr/concepts/privilege-elevation-and-delegation-management.md)
* [Fournisseurs](/pam/fr/concepts/providers.md)
* [Gestion de l'accès à distance privilégié](/pam/fr/concepts/remote-privilege-access-management.md)
* [Rapports et tableaux de bord](/pam/fr/concepts/reporting-and-dashboards.md)
* [Gestion des secrets](/pam/fr/concepts/secrets-management.md)
* [Gestion des sessions](/pam/fr/concepts/session-management.md)
* [Enregistrement de session](/pam/fr/concepts/session-recording.md)
* [Coffres](/pam/fr/concepts/vaults.md)
* [Zéro privilège permanent](/pam/fr/concepts/zero-standing-privilege.md)

#### Voir aussi

* [Blogue Devolutions - Décoder la PAM : concepts fondamentaux et application](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/fr/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.
