Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 717 Bytes

File metadata and controls

25 lines (19 loc) · 717 Bytes

UserRulesSettings

Properties

Name Type Description Notes
Enabled Boolean The flag that all rules are on or off
Rules String[] List of rules
RulesCount Int32 Rules count in user list

Examples

  • Prepare the resource
$UserRulesSettings = Initialize-PSAdGuardDNSUserRulesSettings  -Enabled null `
 -Rules null `
 -RulesCount null
  • Convert the resource to JSON
$UserRulesSettings | ConvertTo-JSON

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