mediaContentRatingIreland-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 | ratingIrelandMoviesType | Filmbewertung für Irland ausgewählt. Mögliche Werte: allAllowed , allBlocked , general , parentalGuidance , agesAbove12 , agesAbove15 , agesAbove16 , adults . |
tvRating | ratingIrelandTelevisionType | TV-Bewertung für Irland ausgewählt. Mögliche Werte: allAllowed , allBlocked , general , children , youngAdults , parentalSupervision , mature . |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingIreland",
"movieRating": "String",
"tvRating": "String"
}