リソースの種類を実行する

名前空間: microsoft.graph.identityGovernance

重要

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

ライフサイクル ワークフロー条件を満たしたため、ユーザーのコレクションに対して実行されたライフサイクル ワークフローの結果を表します。 結果は、間隔内で処理されたか、オンデマンド実行の一部であったユーザーのすべてのユーザー処理結果の集計です。

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

メソッド

メソッド 戻り値の種類 説明
実行の一覧表示 microsoft.graph.identityGovernance.run コレクション 実行オブジェクトとそのプロパティの一覧を取得します。
実行を取得する microsoft.graph.identityGovernance.run 実行オブジェクトのプロパティとリレーションシップを読み取ります。
summary microsoft.graph.identityGovernance.runSummary ワークフローの実行の概要を取得します。
実行のタスク処理結果を一覧表示する microsoft.graph.identityGovernance.taskReportSummary 実行からのタスク処理の結果を一覧表示します。

プロパティ

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

$filter(ltlegtnegeeq) と をサポートします。$orderby
failedTasksCount Int32 実行実行で失敗したタスクの数。
failedUsersCount Int32 実行実行で失敗したユーザーの数。
id String ワークフロー実行の一意識別子。
lastUpdatedDateTime DateTimeOffset 実行が最後に更新された datetime。

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

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

$filter(ltlegtnegeeq) と をサポートします。$orderby
startedDateTime DateTimeOffset 実行実行が開始された日付時刻。

$filter(ltlegtnegeeq) と をサポートします。$orderby
successfulUsersCount Int32 実行中に正常に完了したユーザーの数。
totalUsersCount Int32 ワークフロー実行のユーザーの合計数。
totalTasksCounts Int32 実行実行のタスクの合計数。
totalUnprocessedTasksCount Int32 実行実行の未処理タスクの合計数。
workflowExecutionType microsoft.graph.identityGovernance.workflowExecutionType 実行に関連付けられているワークフローの実行の種類。 使用可能な値: scheduledonDemandunknownFutureValue

(、ne) と を$orderbyサポートします$filtereq

リレーションシップ

リレーションシップ 説明
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"
}