mediaContentRatingUnitedStates リソースの種類

名前空間: microsoft.graph

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

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

プロパティ

プロパティ 説明
movieRating ratingUnitedStatesMoviesType 米国に対して選択された映画の評価。 可能な値は、allAllowedallBlockedgeneralparentalGuidanceparentalGuidance13restrictedadults です。
tvRating ratingUnitedStatesTelevisionType 米国に対して選択されたテレビの評価。 可能な値は、allAllowedallBlockedchildrenAllchildrenAbove7generalparentalGuidancechildrenAbove14adults です。

リレーションシップ

なし

JSON 表記

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

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