Tipo de recurso mediaContentRatingNewZealand

Espacio de nombres: microsoft.graph

Nota: la API de Microsoft Graph para Intune requiere una licencia activa de Intune para el espacio empresarial.

Todavía no documentado

Propiedades

Propiedad Tipo Descripción
movieRating ratingNewZealandMoviesType Clasificación de películas seleccionada para Nueva Zelanda. Los valores posibles son: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove13, agesAbove15, agesAbove16, agesAbove18, restricted y agesAbove16Restricted.
tvRating ratingNewZealandTelevisionType Clasificación de TV seleccionada para Nueva Zelanda. Los valores posibles son: allAllowed, allBlocked, general, parentalGuidance y adults.

Relaciones

Ninguna

Representación JSON

Aquí tiene una representación JSON del recurso.

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