Type de ressource mediaContentRatingNewZealand
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 | ratingNewZealandMoviesType | Évaluation des films sélectionné pour la Nouvelle-Zélande. Valeurs possibles : allAllowed , allBlocked , general , parentalGuidance , mature , agesAbove13 , agesAbove15 , agesAbove16 , agesAbove18 , restricted , agesAbove16Restricted . |
tvRating | ratingNewZealandTelevisionType | Classement tv sélectionné pour la Nouvelle-Zélande. Les valeurs possibles sont les suivantes : allAllowed , allBlocked , general , parentalGuidance , adults . |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingNewZealand",
"movieRating": "String",
"tvRating": "String"
}