assignmentFilterEvaluationSummary リソースの種類

名前空間: microsoft.graph

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

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

割り当てフィルター評価の結果の概要を表す

プロパティ

プロパティ 説明
assignmentFilterId String 割り当てフィルター オブジェクトの一意の識別子
assignmentFilterLastModifiedDateTime DateTimeOffset 割り当てフィルターが最後に変更された時刻。
assignmentFilterDisplayName String 割り当てフィルターの管理者定義名。
assignmentFilterPlatform devicePlatformType この割り当てフィルターが作成されるプラットフォーム。 可能な値は、androidandroidForWorkiOSmacOSwindowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfileunknown です。
evaluationResult assignmentFilterEvaluationResult 割り当てフィルターの評価結果。 使用可能な値: unknownmatchnotMatchinconclusivefailurenotEvaluated
evaluationDateTime DateTimeOffset 時間割り当てフィルターが評価されました。
assignmentFilterType deviceAndAppManagementAssignmentFilterType フィルターの種類を含めるか除外するか指定します。 可能な値は、noneincludeexclude です。
assignmentFilterTypeAndEvaluationResults assignmentFilterTypeAndEvaluationResult コレクション フィルターの種類とそれに対応する評価結果のコレクション。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.assignmentFilterEvaluationSummary",
  "assignmentFilterId": "String",
  "assignmentFilterLastModifiedDateTime": "String (timestamp)",
  "assignmentFilterDisplayName": "String",
  "assignmentFilterPlatform": "String",
  "evaluationResult": "String",
  "evaluationDateTime": "String (timestamp)",
  "assignmentFilterType": "String",
  "assignmentFilterTypeAndEvaluationResults": [
    {
      "@odata.type": "microsoft.graph.assignmentFilterTypeAndEvaluationResult",
      "assignmentFilterType": "String",
      "evaluationResult": "String"
    }
  ]
}