mediaContentRatingNewZealand resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
Properties
Property | Type | Description |
---|---|---|
movieRating | ratingNewZealandMoviesType | Movies rating selected for New Zealand. Possible values are: allAllowed , allBlocked , general , parentalGuidance , mature , agesAbove13 , agesAbove15 , agesAbove16 , agesAbove18 , restricted , agesAbove16Restricted . |
tvRating | ratingNewZealandTelevisionType | TV rating selected for New Zealand. Possible values are: allAllowed , allBlocked , general , parentalGuidance , adults . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingNewZealand",
"movieRating": "String",
"tvRating": "String"
}