| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Boolean | The flag that all rules are on or off | |
| Rules | String[] | List of rules | |
| RulesCount | Int32 | Rules count in user list |
- Prepare the resource
$UserRulesSettings = Initialize-PSAdGuardDNSUserRulesSettings -Enabled null `
-Rules null `
-RulesCount null- Convert the resource to JSON
$UserRulesSettings | ConvertTo-JSON