名前空間: microsoft.graph.identityGovernance
ユーザーがライフサイクル ワークフローの条件を満たしているため、ユーザーのコレクションに対して実行されたライフサイクル ワークフローの結果を表します。 この結果は、間隔内で処理されたユーザー、またはオンデマンド実行の一部であったユーザーのすべてのユーザー処理結果の集計です。
エンティティ から継承します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| 実行を一覧表示する | microsoft.graph.identityGovernance.run コレクション | 実行オブジェクトとそのプロパティの一覧を取得します。 |
| 実行を取得する | microsoft.graph.identityGovernance.run | 実行オブジェクトのプロパティとリレーションシップを読み取ります。 |
| 概要を取得する | microsoft.graph.identityGovernance.runSummary | ワークフロー実行の概要を取得します。 |
| タスク処理の結果を一覧表示する | microsoft.graph.identityGovernance.taskReportSummary | 実行からのタスク処理の結果を一覧表示します。 |
| リストの reprocessedRuns | microsoft.graph.identityGovernance.run コレクション | ワークフローの再処理された実行のリストを取得します。 |
| reprocessedRuns を削除します | なし | 再処理された実行オブジェクトを削除します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| activatedOnScope | microsoft.graph.identityGovernance.activationScope | ワークフローが実行されるスコープ。 |
| CompletedDateTime | DateTimeOffset | 実行が完了した日時。 ワークフローが完了していない場合、値は null です。$filter(lt、le、gt、ge、eq、ne) および $orderby をサポートします。 |
| failedTasksCount | Int32 | 実行で失敗したタスクの数。 |
| failedUsersCount | Int32 | 実行の実行に失敗したユーザーの数。 |
| id | 文字列 | ワークフロー実行の一意識別子。 |
| lastUpdatedDateTime | DateTimeOffset | 実行が最後に更新された日時。$filter(lt、le、gt、ge、eq、ne) および $orderby をサポートします。 |
| processingStatus | microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus | 実行の実行状態。$filter(eq、ne) と $orderby をサポートします。 |
| scheduledDateTime | DateTimeOffset | ワークフローの実行がスケジュールされている日付時刻。$filter(lt、le、gt、ge、eq、ne) および $orderby をサポートします。 |
| startedDateTime | DateTimeOffset | 実行の実行が開始された日時。$filter(lt、le、gt、ge、eq、ne) および $orderby をサポートします。 |
| successfulUsersCount | Int32 | 実行で正常に完了したユーザーの数。 |
| totalUsersCount | Int32 | ワークフロー実行内のユーザーの合計数。 |
| totalTasksCounts | Int32 | 実行中のタスクの総数。 |
| totalUnprocessedTasksCount | Int32 | 実行中の未処理タスクの合計数。 |
| workflowExecutionType | microsoft.graph.identityGovernance.workflowExecutionType | 実行に関連付けられているワークフローの実行タイプ。 使用可能な値: scheduled、onDemand、unknownFutureValue、activatedWithScope、preview。
Prefer: include-unknown-enum-members 要求ヘッダーを使用して、この進化可能な列挙型から次の値を取得します: activatedWithScope、preview。$filter(eq、ne) と $orderby をサポートします。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| reprocessedRuns | microsoft.graph.identityGovernance.run コレクション | 関連する再処理ワークフローの実行。 |
| subjectProcessingResults | microsoft.graph.identityGovernance.subjectProcessingResult コレクション | このワークフロー実行の各サブジェクトの処理結果。 |
| taskProcessingResults | microsoft.graph.identityGovernance.taskProcessingResult コレクション | 関連する taskProcessingResults。 |
| taskReports | microsoft.graph.identityGovernance.taskReport コレクション | 関連する taskProcessingReports。 |
| userProcessingResults | microsoft.graph.identityGovernance.userProcessingResult コレクション | 関連付けられている個別のユーザー実行。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.identityGovernance.run",
"id": "String (identifier)",
"completedDateTime": "String (timestamp)",
"failedTasksCount": "Integer",
"failedUsersCount": "Integer",
"lastUpdatedDateTime": "String (timestamp)",
"processingStatus": "String",
"startedDateTime": "String (timestamp)",
"scheduledDateTime": "String (timestamp)",
"successfulUsersCount": "Integer",
"totalTasksCounts": "Integer",
"totalUsersCount": "Integer",
"totalUnprocessedTasksCount": "Integer",
"workflowExecutionType": "String"
}