| Name | Type | Description | Notes |
|---|---|---|---|
| DetectDohAuthOnly | Boolean | Use only DNS-over-HTTPS with authentication | [optional] |
| ProtectionEnabled | Boolean | Enable protection | [optional] |
- Prepare the resource
$DeviceSettingsUpdate = Initialize-PSAdGuardDNSDeviceSettingsUpdate -DetectDohAuthOnly null `
-ProtectionEnabled null- Convert the resource to JSON
$DeviceSettingsUpdate | ConvertTo-JSON