mediaContentRatingIreland リソースの種類

名前空間: microsoft.graph

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

まだ文書化されていません

プロパティ

プロパティ 説明
movieRating ratingIrelandMoviesType アイルランドで選択された映画の評価。 可能な値は、allAllowedallBlockedgeneralparentalGuidanceagesAbove12agesAbove15agesAbove16adults です。
tvRating ratingIrelandTelevisionType アイルランドで選択されたテレビの評価。 可能な値は、allAllowedallBlockedgeneralchildrenyoungAdultsparentalSupervisionmature です。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

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