mediaContentRatingNewZealand リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
まだ文書化されていません
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
movieRating | ratingNewZealandMoviesType | ニュージーランドの映画レーティングが選択されました。 使用可能な値は、allAllowed 、allBlocked 、general 、parentalGuidance 、mature 、agesAbove13 、agesAbove15 、agesAbove16 、agesAbove18 、restricted 、agesAbove16Restricted です。 |
tvRating | ratingNewZealandTelevisionType | ニュージーランドのテレビレーティングが選択されました。 可能な値は、allAllowed 、allBlocked 、general 、parentalGuidance 、adults です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.mediaContentRatingNewZealand",
"movieRating": "String",
"tvRating": "String"
}