> 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/rdm/de/knowledge-base/knowledge-base-articles/request-credentials-from-one-identity-safeguard-for-privileged-passwords-entry.md).

# Anmeldeinformationen aus einem One Identity Safeguard for Privileged Passwords-Eintrag anfordern

Sobald ein [One Identity Safeguard for Privileged Passwords-Eintrag eingerichtet ist](/rdm/de/knowledge-base/how-to-articles/one-identity-safeguard-for-privileged-passwords-entry.md), kann dessen Passwort durch Klicken auf die Schaltfläche ***Passwort anzeigen*** des Eintrags angefordert werden.

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

{% hint style="info" %}
Wenn die Einstellung ***Immer nach Passwort fragen*** aktiviert ist, muss jeder, der den Eintrag verwendet, eine Passwortabfrage ausfüllen. Ebenso muss der Benutzer bei aktivierter Einstellung ***Immer mit Liste abfragen*** bei der Verwendung des Eintrags eine Ressource und ein Konto aus der Liste auswählen.
{% endhint %}

### Anfragedetails

Das Erscheinungsbild des Fensters mit den Anfragedetails kann je nach Konfiguration von One Identity Safeguard abweichen.

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

Sobald die Anfrage übermittelt und genehmigt wurde, sollte ein Fenster mit den Anmeldeinformationen erscheinen. Deaktivieren Sie ***Passwort maskieren***, um das Passwort anzuzeigen, oder kopieren Sie die Anmeldeinformationen nach Bedarf.

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

Hier ist eine Liste aller möglichen Anfragedetails, nach denen Benutzer gefragt werden können, samt dem Kontext, in dem sie erscheinen können:

<table><thead><tr><th width="192.39996337890625">FELDER</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Notfallzugriff</strong></td><td>Ermöglicht sofortigen Zugriff und umgeht den Genehmigungsprozess vollständig.</td></tr><tr><td><strong>Zeit</strong></td><td>Legen Sie fest, wann die Auschecken-Anfrage erfolgt: <em><strong>Jetzt</strong></em> oder <em><strong>Später</strong></em>.</td></tr><tr><td><strong>Auscheckdatum</strong></td><td>Geben Sie ein Datum an, an dem die Auschecken-Anfrage gesendet werden soll. Dieses Feld wird nur angezeigt, wenn <em><strong>Zeit</strong></em> auf <em><strong>Später</strong></em> gesetzt ist.</td></tr><tr><td><strong>Dauer</strong></td><td>Legen Sie die Auscheckdauer in Tagen, Stunden und Minuten fest. Diese Option wird automatisch auf 1 Minute gesetzt, wenn <em><strong>Automatisch einchecken, wenn möglich</strong></em> aktiviert ist.</td></tr><tr><td><strong>Grund</strong></td><td>Ermöglicht dem Benutzer, einen Grund für das Auschecken aus einer vorgegebenen Liste auszuwählen.</td></tr><tr><td><strong>Kommentar</strong></td><td>Ermöglicht die Eingabe eines Kommentars.</td></tr><tr><td><strong>Automatisch einchecken, wenn möglich</strong></td><td>Wenn diese Option aktiviert ist, werden die Anmeldeinformationen automatisch eingecheckt, sobald sie angezeigt wurden oder nach 1 Minute.</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/rdm/de/knowledge-base/knowledge-base-articles/request-credentials-from-one-identity-safeguard-for-privileged-passwords-entry.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.
