次の方法で共有


userProcessingResult リソースの種類

名前空間: microsoft.graph.identityGovernance

ユーザーがライフサイクル ワークフローの実行条件を満たしたために、特定のユーザーに対して実行されたライフサイクル ワークフローの結果。 結果は、ライフサイクル ワークフローの一部であり、特定のユーザーに対して実行されたワークフロー タスクのすべてのタスク処理結果の集計です。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
ユーザー処理の結果を一覧表示する microsoft.graph.identityGovernance.userProcessingResult コレクション userProcessingResult オブジェクトとそのプロパティの一覧を取得します。
ユーザー処理の結果を取得する microsoft.graph.identityGovernance.userProcessingResult ユーザー処理の結果を取得します。
概要を取得する microsoft.graph.identityGovernance.userSummary 指定した期間のユーザー処理結果の概要を提供します。
タスク処理の結果を一覧表示する microsoft.graph.identityGovernance.taskReport コレクション taskProcessingResult オブジェクトとそのプロパティの一覧を取得します。

プロパティ

プロパティ 説明
CompletedDateTime DateTimeOffset ユーザーのワークフロー実行が完了した日付時刻。 ワークフローが完了していない場合、値は null です。

$filter(ltlegtgeeqne) と$orderbyをサポートします。
failedTasksCount Int32 ワークフローの実行で失敗したタスクの数。
id String 特定のユーザー処理結果に個別に対処するために使用される識別子。 エンティティから継承されます。

$filter(eqne) と$orderbyをサポートします。
processingStatus microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus ワークフローの実行状態。 使用可能な値: queuedinProgresscompletedcompletedWithErrorscanceledfailedunknownFutureValue

$filter(eqne) と$orderbyをサポートします。
scheduledDateTime DateTimeOffset ワークフローがユーザーに対して実行されるようにスケジュールされている日付時刻。

$filter(ltlegtgeeqne) と$orderbyをサポートします。
startedDateTime DateTimeOffset ワークフローの実行が開始された日付時刻。 ワークフローの実行が開始されていない場合、値は null されます。

$filter(ltlegtgeeqne) と$orderbyをサポートします。
totalTasksCount Int32 ワークフローの実行中のタスクの合計数。
totalUnprocessedTasksCount Int32 ワークフローの未処理タスクの合計数。
workflowExecutionType microsoft.graph.identityGovernance.workflowExecutionType ワークフローの実行の種類について説明します。 使用可能な値: scheduledonDemandunknownFutureValue

$filter(ltlegtgeeqne) と$orderbyをサポートします。
workflowVersion Int32 実行されたワークフローのバージョン。

リレーションシップ

リレーションシップ 説明
subject user taskProcessingResultを対象とする AAD ユーザーの一意識別子。

$filter(eqne) と$expandをサポートします。
taskProcessingResults microsoft.graph.identityGovernance.taskProcessingResult コレクション 関連付けられている個々のタスクの実行。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.identityGovernance.userProcessingResult",
  "id": "String (identifier)",
  "completedDateTime": "String (timestamp)",
  "failedTasksCount": "Integer",
  "processingStatus": "String",
  "scheduledDateTime": "String (timestamp)",
  "startedDateTime": "String (timestamp)",
  "totalTasksCount": "Integer",
  "totalUnprocessedTasksCount": "Integer",
  "workflowExecutionType": "String",
  "workflowVersion": "Integer"
}