parentalControlSettings resource type

Namespace: microsoft.graph

Specifies parental control settings for an application. These settings control the consent experience.

Properties

Property Type Description
countriesBlockedForMinors String collection Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list.
legalAgeGroupRule String Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values:
ValueDescription
AllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.
RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules.
RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.
RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.
BlockMinorsBlocks minors from using the app.

JSON representation

The following JSON representation shows the resource type.

{
  "countriesBlockedForMinors": [ "String" ],
  "legalAgeGroupRule": "String"
}