Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 686 Bytes

File metadata and controls

23 lines (17 loc) · 686 Bytes

UserRulesSettingsUpdate

Properties

Name Type Description Notes
Enabled Boolean The flag that all rules are on or off [optional]
Rules String[] List of rules [optional]

Examples

  • Prepare the resource
$UserRulesSettingsUpdate = Initialize-PSAdGuardDNSUserRulesSettingsUpdate  -Enabled null `
 -Rules null
  • Convert the resource to JSON
$UserRulesSettingsUpdate | ConvertTo-JSON

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