mediaContentRatingCanada 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 | ratingCanadaMoviesType | Movies rating selected for Canada. Possible values are: allAllowed , allBlocked , general , parentalGuidance , agesAbove14 , agesAbove18 , restricted . |
tvRating | ratingCanadaTelevisionType | TV rating selected for Canada. Possible values are: allAllowed , allBlocked , children , childrenAbove8 , general , parentalGuidance , agesAbove14 , agesAbove18 . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingCanada",
"movieRating": "String",
"tvRating": "String"
}