名前空間: microsoft.graph
onAttributeCollectionSubmit イベントに基づいて新しいカスタム拡張機能を作成するために使用されます。 サインアップ属性の送信時の検証に使用されます。 カスタム拡張機能は、属性の検証または変更、またはサインアップのブロックに使用できます。
customAuthenticationExtension から継承します。
Woodgrove デモ テナントでこのイベントを試してみてください。
メソッド
なし。
このリソースの種類を管理するための API 操作の一覧については、 customAuthenticationExtension リソースの種類に関するページを参照してください。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| authenticationConfiguration | customExtensionAuthenticationConfiguration | API 呼び出しをセキュリティで保護するための構成。 たとえば、OAuth クライアント資格情報フローを使用します。 customCalloutExtension から継承されます。 |
| clientConfiguration | customExtensionClientConfiguration | 接続を待機できるMicrosoft Entra ID時間、タイムアウト接続を再試行できる回数、再試行が許可されている場合の例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。 |
| 説明 | String | onAttributeCollectionSubmitCustomExtension オブジェクトの説明。 customCalloutExtension から継承されます。 |
| displayName | 文字列 | onAttributeCollectionSubmitCustomExtension オブジェクトの表示名。 customCalloutExtension から継承されます。 |
| endpointConfiguration | customExtensionEndpointConfiguration | アプリのワークフローを呼び出すようにエンドポイントを構成するための種類と詳細。 customCalloutExtension から継承されます。 |
| id | 文字列 | onAttributeCollectionSubmitCustomExtension オブジェクトの識別子。 エンティティから継承 されます。 エンティティから継承 されます。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.onAttributeCollectionSubmitCustomExtension",
"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"
}
}