Type de ressource mediaContentRatingUnitedStates

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 ratingUnitedStatesMoviesType Évaluation des films sélectionnée pour États-Unis. Les valeurs possibles sont les suivantes : allAllowed, allBlocked, general, parentalGuidance, parentalGuidance13, restricted et adults.
tvRating ratingUnitedStatesTelevisionType Évaluation tv sélectionnée pour États-Unis. Les valeurs possibles sont les suivantes : allAllowed, allBlocked, childrenAll, childrenAbove7, general, parentalGuidance, childrenAbove14 et adults.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

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