名前空間: microsoft.graph.identityGovernance
ライフサイクル ワークフロー実行における 1 つのサブジェクト (プロビジョニング オブジェクトなど) の処理結果を表します。 このリソースは userProcessingResult をミラーリングしますが、 workflowSubject 型の サブジェクト プロパティを使用してユーザー以外のサブジェクトをサポートします。
エンティティ から継承します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| リスト (実行から) | microsoft.graph.identityGovernance.subjectProcessingResult コレクション | subjectProcessingResult オブジェクトとそのプロパティのリストを実行から取得します。 |
| Get | microsoft.graph.identityGovernance.subjectProcessingResult | subjectProcessingResult オブジェクトのプロパティと関係を読み取ります。 |
| 概要 | microsoft.graph.identityGovernance.subjectSummary | 指定した期間における subjectProcessingResult オブジェクトの subjectSummary を取得します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| CompletedDateTime | DateTimeOffset | サブジェクトの処理が完了した日時。 読み取り専用です。 |
| failedTasksCount | Int32 | サブジェクトで失敗したタスクの数。 読み取り専用です。 |
| id | 文字列 | サブジェクト処理結果の一意識別子。 エンティティから継承 されます。 読み取り専用です。 |
| processingStatus | microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus | サブジェクトの全体的な処理状態。 読み取り専用です。
$filter (eq、ne) をサポートします。 |
| scheduledDateTime | DateTimeOffset | 処理がスケジュールされた日時。 読み取り専用です。 |
| startedDateTime | DateTimeOffset | 処理が開始された日時。 読み取り専用です。 |
| subject | microsoft.graph.identityGovernance.workflowSubject | タスクが処理されたサブジェクト。 読み取り専用です。 |
| subjectType | microsoft.graph.identityGovernance.subjectType | タスクが処理されたサブジェクトの種類。 このフラグ付き列挙型では、複数のメンバーを同時に選択できます。 使用可能な値: user、unknownFutureValue、provisioningObject。
Prefer: include-unknown-enum-members 要求ヘッダーを使用して、この進化可能な列挙型から provisioningObject という値を取得します。 読み取り専用です。
$filter (eq、ne) をサポートします。 |
| totalTasksCount | Int32 | ワークフロー内のタスクの総数。 読み取り専用です。 |
| totalUnprocessedTasksCount | Int32 | まだ処理されていないタスクの数。 読み取り専用です。 |
| workflowExecutionType | microsoft.graph.identityGovernance.workflowExecutionType | ワークフロー実行の種類。 使用可能な値: scheduled、onDemand、unknownFutureValue、activatedWithScope、preview、extensibilityOnDemand。
Prefer: include-unknown-enum-members 要求ヘッダーを使用して、この進化可能な列挙型から activatedWithScope、preview、extensibilityOnDemand の値を取得します。 読み取り専用です。
$filter (eq、ne) をサポートします。 |
| workflowVersion | Int32 | 実行時のワークフローのバージョン。 読み取り専用です。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| reprocessedRuns | microsoft.graph.identityGovernance.run コレクション | このサブジェクトの処理結果に関連付けられた再処理された実行。 |
| taskProcessingResults | microsoft.graph.identityGovernance.taskProcessingResult コレクション | このサブジェクトのタスク レベルの処理結果。 読み取り専用です。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.identityGovernance.subjectProcessingResult",
"id": "String (identifier)",
"completedDateTime": "String (timestamp)",
"failedTasksCount": "Integer",
"processingStatus": "String",
"scheduledDateTime": "String (timestamp)",
"startedDateTime": "String (timestamp)",
"totalTasksCount": "Integer",
"totalUnprocessedTasksCount": "Integer",
"workflowExecutionType": "String",
"workflowVersion": "Integer",
"subjectType": "String",
"subject": {
"@odata.type": "microsoft.graph.identityGovernance.workflowSubject"
}
}