Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.36 KB

intune-deviceconfig-mediacontentratingaustralia.md

File metadata and controls

40 lines (33 loc) · 1.36 KB
title description author ms.localizationpriority ms.subservice doc_type
mediaContentRatingAustralia resource type
Not yet documented
jaiprakashmb
medium
intune
resourcePageType

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"
}