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 から継承します。

カスタム タスク拡張機能の使用の詳細については、「」セクションのリンクを 参照してください

メソッド

メソッド 戻り値の種類 説明
customTaskExtensions を一覧表示する microsoft.graph.identityGovernance.customTaskExtension コレクション customTaskExtension オブジェクトとそのプロパティの一覧を取得します。
customTaskExtension を作成する microsoft.graph.identityGovernance.customTaskExtension 新しい customTaskExtension オブジェクトを 作成します。
customTaskExtension を取得する microsoft.graph.identityGovernance.customTaskExtension customTaskExtension オブジェクトのプロパティとリレーションシップを読み取ります。
customTaskExtension を更新する microsoft.graph.identityGovernance.customTaskExtension customTaskExtension オブジェクトのプロパティを更新します。
customTaskExtension を削除する なし customTaskExtension オブジェクトを削除します。

プロパティ

プロパティ 説明
authenticationConfiguration microsoft.graph.customExtensionAuthenticationConfiguration ロジック アプリへの API 呼び出しをセキュリティで保護するための構成。 customCalloutExtension から継承されます。 必須です。
callbackConfiguration microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration カスタム タスク拡張機能のコールバック構成。
clientConfiguration microsoft.graph.customExtensionClientConfiguration ロジック アプリへの接続を待機できるMicrosoft Entra ID時間、タイムアウト接続を再試行できる回数、再試行が許可されている場合の例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。
createdDateTime DateTimeOffset カスタム タスク拡張機能が作成されたとき。

$filter(ltlegtnegeeq) と をサポートします。$orderby
説明 String 管理用のカスタム タスク拡張機能の目的について説明します。 customCalloutExtension から継承されます。 省略可能です。
displayName String カスタム タスク拡張機能を識別する一意の文字列。 customCalloutExtension から継承されます。 必須です。

(、ne) と を$orderbyサポートします$filtereq
endpointConfiguration microsoft.graph.customExtensionEndpointConfiguration カスタム タスク拡張機能がロジック アプリを呼び出せるようにするための詳細。 customCalloutExtension から継承されます。
id String エンティティから継承 されます。

(、ne) と を$orderbyサポートします$filtereq
lastModifiedDateTime DateTimeOffset カスタム拡張機能が最後に変更されたとき。

$filter(ltlegtnegeeq) と をサポートします。$orderby

リレーションシップ

リレーションシップ 説明
createdBy user カスタム タスク拡張機能を作成したMicrosoft Entra ユーザーの一意識別子。

(、ne) と を$expandサポートします$filtereq
lastModifiedBy user カスタム タスク拡張機能を最後に変更したMicrosoft Entra ユーザーの一意識別子。

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

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)"
}