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

# Auschecken-Richtlinien

Der Bereich ***Auscheck-Richtlinien*** unter ***Administration – Privileged access management (PAM) – Auscheck-Richtlinien*** ermöglicht Administratoren, separate Richtlinien für das Auschecken im Rahmen der privilegierten Zugriffsverwaltung (PAM) zu erstellen und zu bearbeiten. Auscheck-Richtlinien können anschließend auf bestimmte Einträge und Ordner angewendet werden (bearbeiten, dann ***Properties*** – ***Checkout policies***) oder so konfiguriert werden, dass sie standardmäßig auf alles angewendet werden.

| Option                                            | Beschreibung                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**                                          | Legen Sie einen Namen für die Auscheck-Richtlinie fest.                                                                                                                                                                                                                                                                                                          |
| **Is default**                                    | Die Auscheck-Richtlinie standardmäßig auf jeden PAM-Eintrag/-Ordner anwenden.                                                                                                                                                                                                                                                                                    |
| **Checkout mode**                                 | Auschecken vollständig aktivieren oder deaktivieren.                                                                                                                                                                                                                                                                                                             |
| **Approval mode**                                 | Definieren Sie, welche Anfragen – falls überhaupt – eine Genehmigung erfordern.                                                                                                                                                                                                                                                                                  |
| **Users can approve their own checkout requests** | Wählen Sie, ob Benutzer ihre eigenen Anfragen genehmigen können und unter welcher Bedingung.                                                                                                                                                                                                                                                                     |
| **MFA on checkout**                               | Erfordert Multifaktor-Authentifizierung beim Auschecken eines Eintrags. Die Optionen sind: ***Default***, ***None***, ***Mandatory*** oder ***Mandatory on JIT elevation only***. Benutzer müssen MFA im [Devolutions Portal](https://portal.devolutions.com/security) unter ***Sign-in & security*** aktiviert haben, damit MFA beim Auschecken erzwungen wird. |
| **Checkout reason**                               | Wählen Sie, unter welchen Bedingungen Benutzer eine Begründung für das Auschecken eines Eintrags angeben müssen.                                                                                                                                                                                                                                                 |
| **Check out time (minutes)**                      | Legen Sie eine Standard-Auscheckdauer in Minuten fest.                                                                                                                                                                                                                                                                                                           |
| **Max check out time (minutes)**                  | Legen Sie eine maximale Auscheckdauer fest, nach der keine Zeitverlängerungen mehr zulässig sind.                                                                                                                                                                                                                                                                |
| **Terminate sessions on check in**                | Erzwingt die Beendigung der Sitzung, wenn das Konto eingecheckt wird.                                                                                                                                                                                                                                                                                            |


---

# 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/cloud/de/web-interface/administration/modules/privileged-access/checkout-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.
