| 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] |
- 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