# Get Secrets

> `UiPath.Azure.Activities.GetSecrets`

`UiPath.Azure.Activities.GetSecrets`

## Description

Retrieves a list of secrets.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **KeyVaultName** - Specifies the name of the key vault. This field supports only strings and `String` variables.
* **SecretsFilter** - Specifies the list of secret names that need to be retrieved from the storage account. This field supports only strings and `String[]` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **Secrets** - Provides the list of secrets. This field supports only `SecureInfo` variables.
