assignmentFilterEvaluationSummary リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
割り当てフィルター評価の結果の概要を表す
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| assignmentFilterId | String | 割り当てフィルター オブジェクトの一意の識別子 |
| assignmentFilterLastModifiedDateTime | DateTimeOffset | 割り当てフィルターが最後に変更された時刻。 |
| assignmentFilterDisplayName | String | 割り当てフィルターの管理者定義名。 |
| assignmentFilterPlatform | devicePlatformType | この割り当てフィルターが作成されるプラットフォーム。 可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、unknown です。 |
| evaluationResult | assignmentFilterEvaluationResult | 割り当てフィルターの評価結果。 使用可能な値: unknown、match、notMatch、inconclusive、failure、notEvaluated。 |
| evaluationDateTime | DateTimeOffset | 時間割り当てフィルターが評価されました。 |
| assignmentFilterType | deviceAndAppManagementAssignmentFilterType | フィルターの種類を含めるか除外するか指定します。 可能な値は、none、include、exclude です。 |
| 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"
}
]
}
フィードバック
フィードバックの送信と表示