Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 685 Bytes

File metadata and controls

23 lines (17 loc) · 685 Bytes

DeviceSettings

Properties

Name Type Description Notes
DetectDohAuthOnly Boolean Use only DNS-over-HTTPS with authentication
ProtectionEnabled Boolean Is protection enabled

Examples

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

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