Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.27 KB

File metadata and controls

31 lines (25 loc) · 1.27 KB

ParentalControlSettingsUpdate

Properties

Name Type Description Notes
BlockAdultWebsitesEnabled Boolean Disable porno content [optional]
BlockedServices BlockedWebServiceUpdate[] List of services with restricted access [optional]
Enabled Boolean Is parental control enabled or not [optional]
EnginesSafeSearchEnabled Boolean Enforces safe search for some search engines [optional]
ScreenTimeSchedule ScheduleWeekUpdate [optional]
YoutubeSafeSearchEnabled Boolean Enforces safe search on YouTube [optional]

Examples

  • Prepare the resource
$ParentalControlSettingsUpdate = Initialize-PSAdGuardDNSParentalControlSettingsUpdate  -BlockAdultWebsitesEnabled null `
 -BlockedServices null `
 -Enabled null `
 -EnginesSafeSearchEnabled null `
 -ScreenTimeSchedule null `
 -YoutubeSafeSearchEnabled null
  • Convert the resource to JSON
$ParentalControlSettingsUpdate | ConvertTo-JSON

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