Type de ressource mediaContentRatingJapan
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Pas encore documenté
Propriétés
Propriété | Type | Description |
---|---|---|
movieRating | ratingJapanMoviesType | Évaluation des films sélectionné pour le Japon. Les valeurs possibles sont allAllowed , allBlocked , general , parentalGuidance , agesAbove15 , agesAbove18 . |
tvRating | ratingJapanTelevisionType | Classement tv sélectionné pour le Japon. Les valeurs possibles sont allAllowed , allBlocked et explicitAllowed . |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingJapan",
"movieRating": "String",
"tvRating": "String"
}