リソースの種類を実行する
名前空間: microsoft.graph.identityGovernance
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
ライフサイクル ワークフローの条件を満たしたため、ユーザーのコレクションに対して実行されたライフサイクル ワークフローの結果を表します。 結果は、間隔内で処理されたか、オンデマンド実行の一部であったユーザーのすべてのユーザー処理結果の集計です。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
実行を一覧表示する | microsoft.graph.identityGovernance.run コレクション | 実行オブジェクトとそのプロパティの一覧を取得します。 |
実行を取得する | microsoft.graph.identityGovernance.run | 実行オブジェクトのプロパティとリレーションシップを読み取ります。 |
概要を取得する | microsoft.graph.identityGovernance.runSummary | ワークフローの実行の概要を取得します。 |
タスク処理の結果を一覧表示する | microsoft.graph.identityGovernance.taskReportSummary | 実行からのタスク処理の結果を一覧表示します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
CompletedDateTime | DateTimeOffset | 実行が完了した日付時刻。 ワークフローが完了していない場合、値は null されます。$filter (lt 、le 、gt 、ge 、eq 、ne ) と$orderby をサポートします。 |
failedTasksCount | Int32 | 実行実行で失敗したタスクの数。 |
failedUsersCount | Int32 | 実行実行で失敗したユーザーの数。 |
id | String | ワークフロー実行の一意識別子。 |
lastUpdatedDateTime | DateTimeOffset | 実行が最後に更新された datetime。$filter (lt 、le 、gt 、ge 、eq 、ne ) と$orderby をサポートします。 |
processingStatus | microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus | 実行の実行状態。 使用可能な値: queued 、inProgress 、completed 、completedWithErrors 、canceled 、failed 、unknownFutureValue 。$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 。$filter (eq 、ne ) と$orderby をサポートします。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
userProcessingResults | microsoft.graph.identityGovernance.userProcessingResult コレクション | 関連付けられている個々のユーザー実行。 |
taskProcessingResults | microsoft.graph.identityGovernance.taskProcessingResult コレクション | 関連する taskProcessingResults。 |
taskReports | microsoft.graph.identityGovernance.taskReport コレクション | 関連する taskProcessingReports。 |
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"
}