| title | parentalControlSettings resource type |
|---|---|
| description | Specifies parental control settings for an application. These settings control the consent experience. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | entra-applications |
| author | Jackson-Woods |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
Specifies parental control settings for an application. These settings control the consent experience.
| 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:
|
The following JSON representation shows the resource type.
{
"countriesBlockedForMinors": [ "String" ],
"legalAgeGroupRule": "String"
}