customAccessPackageWorkflowExtension リソースの種類 (非推奨)

名前空間: microsoft.graph

重要

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

注意

customAccessPackageWorkflowExtension リソースの種類とそれに関連するメソッドは非推奨となり、2023 年 12 月 31 日に廃止されます。 accessPackageAssignmentRequestWorkflowExtension および accessPackageAssignmentWorkflowExtension リソース・タイプとそれらの関連メソッドを使用します。

アクセス パッケージの要求と割り当てサイクルのさまざまな段階で呼び出すことができるロジック アプリの属性を定義します。 ロジック アプリをエンタイトルメント管理と統合して、コアのエンタイトルメント管理ユース ケースを超えてガバナンス ワークフローを広げることができます。 このワークフローを使用して、次のユース ケースをロジック アプリと統合できます。

customCalloutExtension から継承し、派生します。

メソッド

メソッド 戻り値の種類 説明
List customAccessPackageWorkflowExtension コレクション customAccessPackageWorkflowExtension オブジェクトとそのプロパティの一覧を取得します。
Create customAccessPackageWorkflowExtension 新しい customAccessPackageWorkflowExtension オブジェクトを作成します。
Get customAccessPackageWorkflowExtension customAccessPackageWorkflowExtension オブジェクトのプロパティと関係を読み取ります。
Update customAccessPackageWorkflowExtension customAccessPackageWorkflowExtension オブジェクトのプロパティを更新します。
Delete なし customAccessPackageWorkflowExtension オブジェクトを削除します。

プロパティ

プロパティ 説明
authenticationConfiguration customExtensionAuthenticationConfiguration ロジック アプリへの API 呼び出しをセキュリティで保護するための構成。 たとえば、OAuth クライアント資格情報フローを使用する場合などです。 customCalloutExtension から継承されます。
clientConfiguration customExtensionClientConfiguration Microsoft Entra ID がロジック アプリへの接続を待機できる時間、タイムアウト接続を再試行できる回数、再試行が許可されるときの例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。
createdDateTime DateTimeOffset ISO 8601 形式を使用して日時情報を表し、常に UTC 時刻になります。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 読み取り専用です。
説明 String customAccessPackageWorkflowExtension オブジェクトの説明。 customCalloutExtension から継承されます。 読み取り専用です。
displayName 文字列 customAccessPackageWorkflowExtension オブジェクトの表示名。 customCalloutExtension から継承されます。 読み取り専用です。 $filter (contains)をサポートしています。
endpointConfiguration customExtensionEndpointConfiguration ロジック アプリのワークフローを呼び出すようにエンドポイントを構成するための種類と詳細。 customCalloutExtension から継承されます。
id 文字列 customAccessPackageWorkflowExtension オブジェクトの識別子。 エンティティから継承 されます。
lastModifiedDateTime DateTimeOffset ISO 8601 形式を使用して日時情報を表し、常に UTC 時刻になります。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 読み取り専用。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.customAccessPackageWorkflowExtension",
  "id": "String (identifier)",
  "displayName": "String",
  "clientConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionClientConfiguration"
  },
  "authenticationConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
  },
  "description": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "endpointConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
  }
}