Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 883 Bytes

File metadata and controls

25 lines (19 loc) · 883 Bytes

SafebrowsingSettingsUpdate

Properties

Name Type Description Notes
BlockDangerousDomains Boolean Whether filtering dangerous domains are enabled [optional]
BlockNrd Boolean Whether filtering newly registered domains are enabled [optional]
Enabled Boolean Whether safebrowsing settings are enabled [optional]

Examples

  • Prepare the resource
$SafebrowsingSettingsUpdate = Initialize-PSAdGuardDNSSafebrowsingSettingsUpdate  -BlockDangerousDomains null `
 -BlockNrd null `
 -Enabled null
  • Convert the resource to JSON
$SafebrowsingSettingsUpdate | ConvertTo-JSON

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