> 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/action-property.md).

# Aktionseigenschaft

Eine **Aktionseigenschaft** ist ein Parameter, der einer Aktion zugewiesen wird und bestimmte zur Ausführung benötigte Daten übergibt. In Devolutions PAM sind Aktionseigenschaften entscheidend für die sichere Verwaltung und Automatisierung von Aufgaben wie [Passwortrotation](/pam/de/concepts/password-rotation.md) und [Kontoerkennung](/pam/de/concepts/account-discovery.md). Jede Aktion umfasst eine Reihe von Eigenschaften (einige erforderlich, einige optional), die in zwei Kategorien gruppiert sind: Provider-Eigenschaften und Konto-Eigenschaften.

Provider-Eigenschaften werden einmal pro Sitzung verwendet, um eine Verbindung zu einem [Identitätsprovider](/pam/de/concepts/identity-provider.md) herzustellen, typischerweise mit administrativen Anmeldeinformationen. Zum Beispiel kann Devolutions PAM eine Provider-Eigenschaft wie einen Benutzernamen und ein Passwort verwenden, um sich beim Identitätsprovider zu authentifizieren, bevor Konten verwaltet werden.

Konto-Eigenschaften sind mit einzelnen Benutzerkonten beim Identitätsprovider verknüpft. Dazu gehören Werte wie Konto-Benutzername, Passwort oder eindeutige Kennungen, die Devolutions PAM die Ausführung bestimmter Aktionen ermöglichen, etwa das Rotieren eines Passworts für dieses spezifische Konto.

Zusammen optimieren Aktionseigenschaften die [Automatisierung privilegierter Aufgaben](/pam/de/concepts/privileged-task-automation.md), indem sie sicherstellen, dass jeder Aktion die richtigen Daten sicher bereitgestellt werden.

#### Aliasse für Aktionseigenschaft

* Aktionsparameter

#### Siehe auch

* [Provider (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers.md)
* [Provider (Devolutions Cloud)](/pam/de/pam-with-devolutions-cloud/providers.md)
* [Passwortrotation (Devolutions Server)](/pam/de/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#password-rotation)
* [Passwortrotationsrichtlinien (Devolutions Cloud)](/pam/de/pam-with-devolutions-cloud/pam-password-rotation-policies.md)


---

# 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/action-property.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.
