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

# Konzepte

Entdecken Sie die wichtigsten Devolutions PAM-Konzepte, darunter Kontoerkennung, Verwaltung von Anmeldeinformationen, Auschecken-Genehmigungen und Just-in-Time-Rechteerhebung.

Die Beherrschung der Konzepte, die Devolutions PAM zugrunde liegen, spart sowohl Benutzern als auch Administratoren Zeit. Benötigen Sie Hilfe dabei, was Sie als Nächstes lernen sollen? Dieser Leitfaden ordnet die Konzepte so, dass sie Sie auf Ihrem PAM-Weg begleiten.

* [Kontoerkennung](/pam/de/concepts/account-discovery.md)
* [Richtlinie für den Kontolebenszyklus](/pam/de/concepts/account-lifecycle-policy.md)
* [Aktionseigenschaft](/pam/de/concepts/action-property.md)
* [Aktionsskript](/pam/de/concepts/action-script.md)
* [Agentenlose Bereitstellung](/pam/de/concepts/agentless-deployment.md)
* [Anwendung-zu-Anwendung-Passwortverwaltung](/pam/de/concepts/application-to-application-password-management.md)
* [Auschecken und Einchecken](/pam/de/concepts/check-out-and-check-in.md)
* [Auschecken-Genehmigungen](/pam/de/concepts/check-out-approvals.md)
* [CI/CD-Automatisierung](/pam/de/concepts/ci-cd-automation.md)
* [Verwaltung von Cloud-Infrastruktur-Berechtigungen](/pam/de/concepts/cloud-infrastructure-entitlement-management.md)
* [Compliance-Berichterstattung](/pam/de/concepts/compliance-reporting.md)
* [Verwaltung von Anmeldeinformationen](/pam/de/concepts/credential-management.md)
* [Benutzerdefinierte PAM-Anbietervorlage](/pam/de/concepts/custom-pam-provider-template.md)
* [Prinzip der doppelten Konten](/pam/de/concepts/dual-account-principle.md)
* [Identitätsanbieter](/pam/de/concepts/identity-provider.md)
* [Identitätsanbieter-Endpunkte](/pam/de/concepts/identity-provider-endpoints.md)
* [Just-in-Time-Rechteerhebung](/pam/de/concepts/just-in-time-elevation.md)
* [Just-in-Time-Bereitstellung](/pam/de/concepts/just-in-time-provisioning.md)
* [Geringste Rechte](/pam/de/concepts/least-privilege.md)
* [PAM-Reifegrad](/pam/de/concepts/pam-maturity.md)
* [Passwortweitergabe](/pam/de/concepts/password-propagation.md)
* [Passwortrotation](/pam/de/concepts/password-rotation.md)
* [Privilegiertes Konto](/pam/de/concepts/privileged-account.md)
* [Privilegierter Remote-Zugriff](/pam/de/concepts/privileged-remote-access.md)
* [Privilegierte Sitzung](/pam/de/concepts/privileged-session.md)
* [Automatisierung privilegierter Aufgaben](/pam/de/concepts/privileged-task-automation.md)
* [Verhaltensanalyse privilegierter Benutzer](/pam/de/concepts/privileged-user-behavior-analytics.md)
* [Verwaltung von Rechteerhöhung und -delegierung](/pam/de/concepts/privilege-elevation-and-delegation-management.md)
* [Anbieter](/pam/de/concepts/providers.md)
* [Verwaltung privilegierter Remote-Zugriffe](/pam/de/concepts/remote-privilege-access-management.md)
* [Berichte und Dashboards](/pam/de/concepts/reporting-and-dashboards.md)
* [Secrets-Verwaltung](/pam/de/concepts/secrets-management.md)
* [Sitzungsverwaltung](/pam/de/concepts/session-management.md)
* [Sitzungsaufzeichnung](/pam/de/concepts/session-recording.md)
* [Tresore](/pam/de/concepts/vaults.md)
* [Keine dauerhaften Rechte](/pam/de/concepts/zero-standing-privilege.md)

#### Siehe auch

* [Devolutions Blog - PAM entschlüsselt: Kernkonzepte und Anwendung](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/de/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.
