名前空間: microsoft.graph.identityGovernance
ライフサイクル ワークフローを Azure Logic Apps と統合できるようにする customTaskExtension の属性を定義します。 ライフサイクル ワークフローには、ユーザー ライフサイクル中の一般的なシナリオを自動化するための複数の組み込みタスク (taskDefinitions と呼ばれる) が用意されていますが、最終的にはこれらの組み込みタスクの限界に達する可能性があります。 Azure ロジック アプリに関する情報を含む customTaskExtension を作成し、対応する customTaskExtension を参照する組み込みタスク "カスタム タスク拡張機能の実行" を使用して Azure ロジック アプリをトリガーできます。
customCalloutExtension から継承します。
カスタム タスク拡張機能の使用の詳細については、「 関連項目 」セクションのリンクを参照してください。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| List | microsoft.graph.identityGovernance.customTaskExtension コレクション | customTaskExtension オブジェクトとそのプロパティのリストを取得します。 |
| Create | microsoft.graph.identityGovernance.customTaskExtension | 新しい customTaskExtension オブジェクトを作成します。 |
| Get | microsoft.graph.identityGovernance.customTaskExtension | customTaskExtension オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Update | microsoft.graph.identityGovernance.customTaskExtension | customTaskExtension オブジェクトのプロパティを更新します。 |
| Delete | なし | customTaskExtension オブジェクトを削除します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| authenticationConfiguration | microsoft.graph.customExtensionAuthenticationConfiguration | ロジック アプリへの API 呼び出しをセキュリティで保護するための構成。 customCalloutExtension から継承されます。 必須です。 |
| callbackConfiguration | microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration | カスタム タスク拡張機能のコールバック構成。 |
| clientConfiguration | microsoft.graph.customExtensionClientConfiguration | Microsoft Entra ID がロジック アプリへの接続を待機できる時間、タイムアウト接続を再試行できる回数、再試行が許可されるときの例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。 |
| createdDateTime | DateTimeOffset | カスタム タスク拡張機能が作成されたとき。$filter(lt、le、gt、ge、eq、ne) および $orderby をサポートします。 |
| 説明 | String | 管理使用のためのカスタム タスク拡張機能の目的について説明します。 customCalloutExtension から継承されます。 省略可能。 |
| displayName | 文字列 | カスタム タスク拡張機能を識別する一意の文字列。
customCalloutExtension から継承されます。 必須です。$filter(eq、ne) と $orderby をサポートします。 |
| endpointConfiguration | microsoft.graph.customExtensionEndpointConfiguration | カスタム タスク拡張機能がロジック アプリを呼び出すことを許可するための詳細。 customCalloutExtension から継承されます。 |
| id | 文字列 |
エンティティから継承 されます。$filter(eq、ne) と $orderby をサポートします。 |
| lastModifiedDateTime | DateTimeOffset | カスタム拡張機能が最後に変更されたとき。$filter(lt、le、gt、ge、eq、ne) および $orderby をサポートします。 |
| replyMode | microsoft.graph.identityGovernance.customTaskExtensionReplyMode | カスタム タスク拡張機能がライフサイクル ワークフロー サービスに応答する方法を指定します。 使用可能な値: none、callback、response、unknownFutureValue。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| createdBy | user | カスタム タスク拡張機能を作成した Microsoft Entra ユーザーの一意識別子。$filter(eq、ne) と $expand をサポートします。 |
| lastModifiedBy | user | カスタム タスク拡張機能を最後に変更した Microsoft Entra ユーザーの一意識別子。$filter(eq、ne) と $expand をサポートします。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.identityGovernance.customTaskExtension",
"id": "String (identifier)",
"authenticationConfiguration": {
"@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
},
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
},
"description": "String",
"displayName": "String",
"endpointConfiguration": {
"@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
},
"callbackConfiguration": {
"@odata.type": "microsoft.graph.customExtensionCallbackConfiguration"
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"replyMode": "String"
}