Edit

Share via


mediaContentRatingJapan resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Properties

Property Type Description
movieRating ratingJapanMoviesType Movies rating selected for Japan. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove15, agesAbove18.
tvRating ratingJapanTelevisionType TV rating selected for Japan. Possible values are: allAllowed, allBlocked, explicitAllowed.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.mediaContentRatingJapan",
  "movieRating": "String",
  "tvRating": "String"
}