mediaContentRatingAustralia 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 | ratingAustraliaMoviesType | Movies rating selected for Australia. Possible values are: allAllowed , allBlocked , general , parentalGuidance , mature , agesAbove15 , agesAbove18 . |
tvRating | ratingAustraliaTelevisionType | TV rating selected for Australia. Possible values are: allAllowed , allBlocked , preschoolers , children , general , parentalGuidance , mature , agesAbove15 , agesAbove15AdultViolence . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mediaContentRatingAustralia",
"movieRating": "String",
"tvRating": "String"
}