次の方法で共有


onAttributeCollectionStartCustomExtension リソースの種類

名前空間: microsoft.graph

重要

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

onAttributeCollectionStart イベントに基づいて新しいカスタム拡張機能を作成するために使用されます。 これは、属性の事前入力やサインアップのブロックに使用できます。

customAuthenticationExtension から継承します。

Woodgrove デモ テナントでこのイベントを試してみてください

メソッド

なし。

このリソースの種類を管理するための API 操作の一覧については、 customAuthenticationExtension リソースの種類に関するページを参照してください。

プロパティ

プロパティ 説明
authenticationConfiguration customExtensionAuthenticationConfiguration API 呼び出しをセキュリティで保護するための構成。 たとえば、OAuth クライアント資格情報フローを使用します。 customCalloutExtension から継承されます。
clientConfiguration customExtensionClientConfiguration 接続を待機できるMicrosoft Entra ID時間、タイムアウト接続を再試行できる回数、再試行が許可されている場合の例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。
説明 String onAttributeCollectionStartCustomExtension オブジェクトの説明。 customCalloutExtension から継承されます。
displayName 文字列 onAttributeCollectionStartCustomExtension オブジェクトの表示名。 customCalloutExtension から継承されます。
endpointConfiguration customExtensionEndpointConfiguration アプリのワークフローを呼び出すようにエンドポイントを構成するための種類と詳細。 customCalloutExtension から継承されます。
id 文字列 onAttributeCollectionStartCustomExtension オブジェクトの識別子。 エンティティから継承 されます。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionStartCustomExtension",
  "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"
  }
}