DNSServerAccessSettingsUpdate Properties Name Type Description Notes AllowedClients String[] Allowed IP's, CIDR's or ASN's [optional] BlockKnownScanners Boolean If known scanners should be blocked [optional] BlockedClients String[] Blocked IP's, CIDR's or ASN's [optional] BlockedDomainRules String[] Blocked domain rules [optional] Enabled Boolean Flag that access settings are enabled [optional] Examples Prepare the resource $DNSServerAccessSettingsUpdate = Initialize-PSAdGuardDNSDNSServerAccessSettingsUpdate -AllowedClients null ` -BlockKnownScanners null ` -BlockedClients null ` -BlockedDomainRules null ` -Enabled null Convert the resource to JSON $DNSServerAccessSettingsUpdate | ConvertTo-JSON [Back to Model list] [Back to API list] [Back to README]