Type de ressource mediaContentRatingGermany

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 ratingGermanyMoviesType Évaluation des films sélectionné pour l’Allemagne. Les valeurs possibles sont les suivantes : allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16 et adults.
tvRating ratingGermanyTelevisionType Classement tv sélectionné pour l’Allemagne. Valeurs possibles : allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

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