iosNotificationSettings リソース タイプ
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
通知設定を記述するアイテムです。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
bundleID | String | これらの通知設定を適用するアプリのバンドル ID。 |
appName | String | bundleID に関連するアプリケーション名。 |
publisher | String | bundleID に関連するパブリッシャー。 |
enabled | Boolean | 通知がこのアプリで許可されているかどうかを示します。 |
showInNotificationCenter | Boolean | 通知センターに通知を表示できるかどうかを示します。 |
showOnLockScreen | Boolean | ロック画面に通知を表示できるかどうかを示します。 |
alertType | iosNotificationAlertType | このアプリの通知用の警告の種類を示します。 可能な値は、deviceDefault 、banner 、modal 、none です。 |
badgesEnabled | Boolean | バッジがこのアプリで許可されているかどうかを示します。 |
soundsEnabled | Boolean | サウンドがこのアプリで許可されているかどうかを示します。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.iosNotificationSettings",
"bundleID": "String",
"appName": "String",
"publisher": "String",
"enabled": true,
"showInNotificationCenter": true,
"showOnLockScreen": true,
"alertType": "String",
"badgesEnabled": true,
"soundsEnabled": true
}