# Set Security Alert State

> `UiPath.Azure.Activities.GetSecurityAlertState`

`UiPath.Azure.Activities.GetSecurityAlertState`

## Description

Reactivates or dismisses a security alert.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

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

### Input

* **Location** - Specifies the location where the security alert is stored. This field supports only strings and `String` variables.
* **NewState** - Specifies the new state of the security alert. The possible values are **Active** and **Dismissed**.
* **ResourceGroupName** - Specifies the name of the resource group. This field supports only strings and `String` variables.
* **UniqueName** - Specifies the unique identifier (UUID) of the security alert. 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.
