> 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/server/de/web-interface/administration/modules/privileged-access/account-lifecycle-policies.md).

# Kontolebenszyklus-Richtlinien

Erstellen Sie Kontolebenszyklus-Richtlinien in Devolutions Server PAM, um Passwortrotation, Heartbeat-Zeitpläne und Weitergabeskripte für Anbieterkonten zu konfigurieren.

Der Bereich ***Kontolebenszyklus-Richtlinien*** ermöglicht Administratoren, separate Richtlinien für den Kontolebenszyklus, Passwortrotationen, Heartbeat-Zeitpläne und Weitergabe zu erstellen und zu bearbeiten. Diese Richtlinien können direkt auf bestimmte Anbieter angewendet werden (unter ***Administration*** – ***Privilegierte Zugriffsverwaltung (PAM)*** – ***Bearbeiten*** – ***Kontolebenszyklus-Richtlinie***) oder so konfiguriert werden, dass sie standardmäßig auf alle Konten angewendet werden.

<table><thead><tr><th width="242">EINSTELLUNGEN</th><th>BESCHREIBUNGEN</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Legen Sie einen Namen für die Kontolebenszyklus-Richtlinie fest.</td></tr><tr><td><strong>Als Standard festlegen</strong></td><td>Die Kontolebenszyklus-Richtlinie standardmäßig auf jeden Kontoanbieter anwenden.</td></tr><tr><td><strong>Passwortrichtlinien-Modus</strong></td><td>Die Passwortrichtlinie aktivieren/deaktivieren.</td></tr><tr><td><strong>Passwortrichtlinie</strong></td><td>Wählen Sie eine Passwortrichtlinie. Erfordert, dass Richtlinien zuvor unter <em><strong>Administration</strong></em> – <em><strong>Passwortrichtlinie</strong></em> erstellt wurden.</td></tr><tr><td><strong>Aktion beim Einchecken</strong></td><td>Definieren Sie eine Aktion, die beim Einchecken eines Eintrags ausgeführt wird.</td></tr><tr><td><strong>Manuelle Passwortrotation</strong></td><td>Manuelle Passwortrotation aktivieren/deaktivieren. Um ein Passwort manuell zu rotieren, gehen Sie zum betreffenden Eintrag, klicken Sie auf <em><strong>Mehr</strong></em> (vertikale Auslassungspunkte-Schaltfläche) und wählen Sie <em><strong>Passwort zurücksetzen</strong></em>.</td></tr><tr><td><strong>Passwortrotations-Zeitplan</strong></td><td>Legen Sie einen Zeitplan für die automatische Passwortrotation fest.</td></tr><tr><td><strong>Heartbeat</strong></td><td>Heartbeat aktivieren/deaktivieren.</td></tr><tr><td><strong>Heartbeat-Zeitplan</strong></td><td>Legen Sie einen Zeitplan für den Heartbeat fest. Erfordert den <a href="/server/de/knowledge-base/knowledge-base-articles/scheduler-service-general-information.md">Scheduler-Dienst</a>.</td></tr><tr><td><strong>Weitergabe</strong></td><td>Wählen Sie ein Weitergabeskript aus, sofern eines unter <em><strong>Administration</strong></em> – <em><strong>Privilegierte Zugriffsverwaltung (PAM)</strong></em> – <em><strong>Weitergabe</strong></em> erstellt wurde.</td></tr></tbody></table>


---

# 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/server/de/web-interface/administration/modules/privileged-access/account-lifecycle-policies.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.
