Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 727 Bytes

File metadata and controls

23 lines (17 loc) · 727 Bytes

DeviceSettingsUpdate

Properties

Name Type Description Notes
DetectDohAuthOnly Boolean Use only DNS-over-HTTPS with authentication [optional]
ProtectionEnabled Boolean Enable protection [optional]

Examples

  • Prepare the resource
$DeviceSettingsUpdate = Initialize-PSAdGuardDNSDeviceSettingsUpdate  -DetectDohAuthOnly null `
 -ProtectionEnabled null
  • Convert the resource to JSON
$DeviceSettingsUpdate | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]