| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Boolean | The flag that all rules are on or off | [optional] |
| Rules | String[] | List of rules | [optional] |
- Prepare the resource
$UserRulesSettingsUpdate = Initialize-PSAdGuardDNSUserRulesSettingsUpdate -Enabled null `
-Rules null- Convert the resource to JSON
$UserRulesSettingsUpdate | ConvertTo-JSON