Type de ressource mediaContentRatingUnitedKingdom

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 ratingUnitedKingdomMoviesType Évaluation des films sélectionné pour le Royaume-Uni. Les valeurs possibles sont les suivantes : allAllowed, allBlocked, general, universalChildren, parentalGuidance, agesAbove12Video, agesAbove12Cinema, agesAbove15, adults.
tvRating ratingUnitedKingdomTelevisionType Classement TV sélectionné pour le Royaume-Uni. Les valeurs possibles sont allAllowed, allBlocked et caution.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

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