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]