accessPackageAssignmentWorkflowExtension リソースの種類

名前空間: microsoft.graph

重要

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

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

次のユース ケースは、 アクセス パッケージ割り当て ワークフローのロジック アプリと統合できます。

customCalloutExtension から継承します。

メソッド

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

プロパティ

プロパティ 説明
authenticationConfiguration customExtensionAuthenticationConfiguration ロジック アプリへの API 呼び出しをセキュリティで保護するための構成。 たとえば、OAuth クライアント資格情報フローを使用します。 customCalloutExtension から継承されます。
callbackConfiguration customExtensionCallbackConfiguration カスタム拡張機能のコールバック構成。
clientConfiguration customExtensionClientConfiguration ロジック アプリへの接続を待機できるMicrosoft Entra ID時間、タイムアウト接続を再試行できる回数、再試行が許可されている場合の例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。
createdBy String このリソースを作成したサブジェクトのユーザーまたは ID の userPrincipalName。 読み取り専用です。
createdDateTime DateTimeOffset エンティティが作成されたとき。
説明 String customAccessPackageWorkflowExtension オブジェクトの説明。 customCalloutExtension から継承されます。
displayName String customAccessPackageWorkflowExtension オブジェクトの表示名。 customCalloutExtension から継承されます。
endpointConfiguration customExtensionEndpointConfiguration ロジック アプリのワークフローを呼び出すようにエンドポイントを構成するための型と詳細。 customCalloutExtension から継承されます。
id String 読み取り専用です。
lastModifiedBy String エンティティを最後に変更した ID の userPrincipalName。
lastModifiedDateTime DateTimeOffset エンティティが最後に変更されたとき。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.accessPackageAssignmentWorkflowExtension",
  "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"
  },
  "createdBy": "String",
  "lastModifiedBy": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "callbackConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionCallbackConfiguration"
  }
}