enrollmentConfigurationAssignment リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
登録構成の割り当て
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
List enrollmentConfigurationAssignments | enrollmentConfigurationAssignment コレクション | enrollmentConfigurationAssignment オブジェクトのプロパティとリレーションシップをリストします。 |
Get enrollmentConfigurationAssignment | enrollmentConfigurationAssignment | enrollmentConfigurationAssignment オブジェクトのプロパティとリレーションシップを読み取ります。 |
Create enrollmentConfigurationAssignment | enrollmentConfigurationAssignment | 新しい enrollmentConfigurationAssignment オブジェクトを作成します。 |
Delete enrollmentConfigurationAssignment | なし | enrollmentConfigurationAssignment を削除します。 |
Update enrollmentConfigurationAssignment | enrollmentConfigurationAssignment | enrollmentConfigurationAssignment オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | 登録構成の割り当てのキー |
target | deviceAndAppManagementAssignmentTarget | テナント内のマネージド デバイスへの割り当てを表します |
source | deviceAndAppManagementAssignmentSource | グループ、ダイレクト、または policySet へのデプロイに使用されるリソースの種類。 可能な値は、direct 、policySets です。 |
sourceId | String | グループへのデプロイに使用されるリソースの識別子 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.enrollmentConfigurationAssignment",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.scopeTagGroupAssignmentTarget",
"deviceAndAppManagementAssignmentFilterId": "String",
"deviceAndAppManagementAssignmentFilterType": "String",
"targetType": "String",
"entraObjectId": "String"
},
"source": "String",
"sourceId": "String"
}