assignmentFilterTypeAndEvaluationResult リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

フィルターの種類とエバラウションの結果を表します。

プロパティ

プロパティ 説明
assignmentFilterType deviceAndAppManagementAssignmentFilterType フィルターの種類を表します。 可能な値は、noneincludeexclude です。
evaluationResult assignmentFilterEvaluationResult フィルターのエバラウション結果を表します。 使用可能な値: unknownmatchnotMatchinconclusivefailurenotEvaluated

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.assignmentFilterTypeAndEvaluationResult",
  "assignmentFilterType": "String",
  "evaluationResult": "String"
}