win32LobAppAssignmentSettings リソースの種類

名前空間: microsoft.graph

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

Win32 LOB モバイル アプリをグループに割り当てるために使用されるプロパティが含まれています。

mobileAppAssignmentSettings からの継承

プロパティ

プロパティ 説明
通知 win32LobAppNotification このアプリの割り当ての通知の状態。 可能な値は showAllshowReboothideAll です。
restartSettings win32LobAppRestartSettings このアプリの割り当てに適用する再起動設定。
installTimeSettings mobileAppInstallTimeSettings このアプリの割り当てに適用するインストール時間の設定。
deliveryOptimizationPriority win32LobAppDeliveryOptimizationPriority このアプリの割り当ての配信の最適化の優先順位。 この設定は、National Cloud 環境ではサポートされていません。 可能な値: notConfiguredforeground

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.win32LobAppAssignmentSettings",
  "notifications": "String",
  "restartSettings": {
    "@odata.type": "microsoft.graph.win32LobAppRestartSettings",
    "gracePeriodInMinutes": 1024,
    "countdownDisplayBeforeRestartInMinutes": 1024,
    "restartNotificationSnoozeDurationInMinutes": 1024
  },
  "installTimeSettings": {
    "@odata.type": "microsoft.graph.mobileAppInstallTimeSettings",
    "useLocalTime": true,
    "startDateTime": "String (timestamp)",
    "deadlineDateTime": "String (timestamp)"
  },
  "deliveryOptimizationPriority": "String"
}