windowsDefenderApplicationControlSupplementalPolicyAssignment リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
WindowsDefenderApplicationControl 補足ポリシーのグループへの割り当てに使用されるプロパティを含むクラス。
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 |
target | deviceAndAppManagementAssignmentTarget | 管理者によって定義された、ターゲット グループの割り当て。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget"
}
}