userProcessingResult リソースの種類

名前空間: microsoft.graph.identityGovernance

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

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

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

メソッド

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

プロパティ

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

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

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

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

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

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

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

リレーションシップ

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

(、ne) と を$expandサポートします$filtereq
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"
}