mediaContentRatingUnitedKingdom resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
Properties
Property | Type | Description |
---|---|---|
movieRating | ratingUnitedKingdomMoviesType | Movies rating selected for United Kingdom. Possible values are: allAllowed , allBlocked , general , universalChildren , parentalGuidance , agesAbove12Video , agesAbove12Cinema , agesAbove15 , adults . |
tvRating | ratingUnitedKingdomTelevisionType | TV rating selected for United Kingdom. Possible values are: allAllowed , allBlocked , caution . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingUnitedKingdom",
"movieRating": "String",
"tvRating": "String"
}