deviceManagementIntentAssignment リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
意図の割り当てエンティティ
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
deviceManagementIntentAssignments を一覧表示する | deviceManagementIntentAssignment コレクション | deviceManagementIntentAssignment オブジェクトのプロパティとリレーションシップを一覧表示します。 |
deviceManagementIntentAssignment を取得する | deviceManagementIntentAssignment | deviceManagementIntentAssignment オブジェクトのプロパティとリレーションシップを読み取ります。 |
deviceManagementIntentAssignment を作成する | deviceManagementIntentAssignment | 新しい deviceManagementIntentAssignment オブジェクトを 作成します。 |
deviceManagementIntentAssignment を削除する | なし | deviceManagementIntentAssignment を削除します。 |
deviceManagementIntentAssignment を更新する | deviceManagementIntentAssignment | deviceManagementIntentAssignment オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | 割り当て 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"
}
}