customTaskExtension リソースの種類
名前空間: microsoft.graph.identityGovernance
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
ライフサイクル ワークフローを Azure Logic Apps と統合できる customTaskExtension の属性を定義します。 ライフサイクル ワークフローには、ユーザー のライフサイクル中に一般的なシナリオを自動化するための組み込みタスク (taskDefinitions と呼ばれます) が複数用意されていますが、最終的にはこれらの組み込みタスクの制限に達する可能性があります。 Azure Logic アプリに関する情報を含む customTaskExtension を作成し、対応する customTaskExtension を参照する組み込みタスク "カスタム タスク拡張機能の実行" を使用して Azure Logic アプリをトリガーできます。
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 | String | カスタム タスク拡張機能を識別する一意の文字列。
customCalloutExtension から継承されます。 必須。$filter (eq 、ne ) と$orderby をサポートします。 |
endpointConfiguration | microsoft.graph.customExtensionEndpointConfiguration | カスタム タスク拡張機能がロジック アプリを呼び出せるようにするための詳細。 customCalloutExtension から継承されます。 |
id | String |
エンティティから継承 されます。$filter (eq 、ne ) と$orderby をサポートします。 |
lastModifiedDateTime | DateTimeOffset | カスタム拡張機能が最後に変更されたとき。$filter (lt 、le 、gt 、ge 、eq 、ne ) と$orderby をサポートします。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
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)"
}