> 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

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

![](https://cdnweb.devolutions.net/docs/DVLS4273_2026_1.png)

<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>Wenden Sie die Kontolebenszyklus-Richtlinie standardmäßig auf jeden Kontoanbieter an.</td></tr><tr><td><strong>Passwortrichtlinien-Modus</strong></td><td>Aktivieren/deaktivieren Sie die Passwortrichtlinie.</td></tr><tr><td><strong>Passwortrichtlinie</strong></td><td>Wählen Sie eine Passwortrichtlinie. Erfordert, dass Richtlinien zuvor in <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>Aktivieren/deaktivieren Sie die manuelle Passwortrotation. Um ein Passwort manuell zu rotieren, gehen Sie zum zu rotierenden Eintrag, klicken Sie auf <em><strong>Mehr</strong></em> (Schaltfläche mit vertikalen Auslassungspunkten) 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>Aktivieren/deaktivieren Sie den Heartbeat.</td></tr><tr><td><strong>Heartbeat-Zeitplan</strong></td><td>Legen Sie einen Zeitplan für den Heartbeat fest. Erfordert den <a href="/pages/A9iBerjdchkTYG1ImAvE">Scheduler-Dienst</a>.</td></tr><tr><td><strong>Propagation</strong></td><td>Wählen Sie ein Propagationsskript aus, sofern eines in <em><strong>Administration</strong></em> – <em><strong>Privilegierte Zugriffsverwaltung (PAM)</strong></em> – <em><strong>Propagation</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.
