# Get Security Rule List

> `UiPath.Azure.Activities.GetSecurityRuleList`

`UiPath.Azure.Activities.GetSecurityRuleList`

## Description

Gets all security rules in a network security group.

:::note
This activity does not return the default rules.
:::

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

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

### Input

* **NSGName** - Specifies the name of the network security group to which the rules belong. This field supports only strings and `String` variables.
* **ResourceGroupName** - Specifies the name of the resource group. 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

* **SecurityRules** - Provides the list of security rules.
