mobileAppAssignment リソース タイプ

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

モバイル アプリのグループ割り当て用に使用されるプロパティを含むクラスです。

メソッド

メソッド 戻り値の型 説明
List mobileAppAssignments mobileAppAssignment コレクション mobileAppAssignment オブジェクトのプロパティとリレーションシップをリストします。
Get mobileAppAssignment mobileAppAssignment mobileAppAssignment オブジェクトのプロパティとリレーションシップを読み取ります。
Create mobileAppAssignment mobileAppAssignment 新しい mobileAppAssignment オブジェクトを作成します。
Delete mobileAppAssignment なし mobileAppAssignment を削除します。
Update mobileAppAssignment mobileAppAssignment mobileAppAssignment オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。 このプロパティは読み取り専用です。
intent installIntent 管理者によって定義されたインストールの目的。可能な値は、availablerequireduninstallavailableWithoutEnrollment です。
target deviceAndAppManagementAssignmentTarget 管理者によって定義された、ターゲット グループの割り当て。
settings mobileAppAssignmentSettings 管理者によって定義された、ターゲットの割り当ての設定。
source deviceAndAppManagementAssignmentSource 割り当てのソースであるリソースの種類。 このプロパティは読み取り専用です。 可能な値は、directpolicySets です。
sourceId String 割り当てのソースの識別子。 このプロパティは読み取り専用です。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.mobileAppAssignment",
  "id": "String (identifier)",
  "intent": "String",
  "target": {
    "@odata.type": "microsoft.graph.allLicensedUsersAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String"
  },
  "settings": {
    "@odata.type": "microsoft.graph.winGetAppAssignmentSettings",
    "notifications": "String",
    "restartSettings": {
      "@odata.type": "microsoft.graph.winGetAppRestartSettings",
      "gracePeriodInMinutes": 1024,
      "countdownDisplayBeforeRestartInMinutes": 1024,
      "restartNotificationSnoozeDurationInMinutes": 1024
    },
    "installTimeSettings": {
      "@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
      "useLocalTime": true,
      "deadlineDateTime": "String (timestamp)"
    }
  },
  "source": "String",
  "sourceId": "String"
}