iosNotificationSettings リソース タイプ
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: 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 | サウンドがこのアプリで許可されているかどうかを示します。 |
| previewVisibility | iosNotificationPreviewVisibility | iOS デバイス上のユーザーが設定した通知プレビュー ポリシーを上書きします。 可能な値は、notConfigured、alwaysShow、hideWhenLocked、neverShow です。 |
リレーションシップ
なし
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,
"previewVisibility": "String"
}
フィードバック
フィードバックの送信と表示