deviceManagementIntentAssignment リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

意図の割り当てエンティティ

メソッド

メソッド 戻り値の型 説明
deviceManagementIntentAssignments の一覧表示 deviceManagementIntentAssignment コレクション deviceManagementIntentAssignment オブジェクトのプロパティと関係を一覧表示します。
getdeviceManagementIntentAssignment deviceManagementIntentAssignment deviceManagementIntentAssignment オブジェクトのプロパティとリレーションシップを読み取ります。
deviceManagementIntentAssignment の作成 deviceManagementIntentAssignment 新しい deviceManagementIntentAssignment オブジェクトを作成します。
deviceManagementIntentAssignment の削除 なし deviceManagementIntentAssignment を削除します。
deviceManagementIntentAssignment を更新する deviceManagementIntentAssignment deviceManagementIntentAssignment オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id 文字列 割り当て ID
target deviceAndAppManagementAssignmentTarget 割り当てターゲット

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementIntentAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.scopeTagGroupAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String",
    "targetType": "String",
    "entraObjectId": "String"
  }
}