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

# Proprietà dell'azione

Una **proprietà di azione** è un parametro assegnato a un'azione che trasmette i dati specifici necessari per completarla. In Devolutions PAM, le proprietà di azione sono fondamentali per gestire e automatizzare in modo sicuro attività come la [rotazione delle password](/pam/it/concepts/password-rotation.md) e il [rilevamento degli account](/pam/it/concepts/account-discovery.md). Ogni azione include un insieme di proprietà (alcune obbligatorie, altre facoltative) raggruppate in due categorie: proprietà del provider e proprietà dell'account.

Le proprietà del provider vengono utilizzate una volta per sessione per connettersi a un [provider di identità](/pam/it/concepts/identity-provider.md), in genere utilizzando credenziali amministrative. Ad esempio, Devolutions PAM può utilizzare una proprietà del provider, come un nome utente e una password, per autenticarsi al provider di identità prima di gestire gli account.

Le proprietà dell'account sono legate ai singoli account utente sul provider di identità. Includono valori come nome utente dell'account, password o identificatori univoci che consentono a Devolutions PAM di eseguire azioni specifiche, come la rotazione della password per quel particolare account.

Nel loro insieme, le proprietà di azione semplificano l'[automazione delle attività privilegiate](/pam/it/concepts/privileged-task-automation.md) garantendo che i dati corretti siano forniti in modo sicuro a ciascuna azione.

#### Alias di proprietà di azione

* Parametro di azione

#### Vedere anche

* [Provider (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers.md)
* [Provider (Devolutions Cloud)](/pam/it/pam-with-devolutions-cloud/providers.md)
* [Rotazione delle password (Devolutions Server)](/pam/it/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#password-rotation)
* [Criteri di rotazione delle password (Devolutions Cloud)](/pam/it/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/it/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.
