mediaContentRatingGermany-Ressourcentyp

Namespace: microsoft.graph

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Noch nicht dokumentiert.

Eigenschaften

Eigenschaft Typ Beschreibung
movieRating ratingGermanyMoviesType Filmbewertung ausgewählt für Deutschland. Mögliche Werte: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.
tvRating ratingGermanyTelevisionType TV-Bewertung für Deutschland ausgewählt. Mögliche Werte: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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