onAttributeCollectionStartCustomExtension リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
onAttributeCollectionStart イベントに基づいて新しいカスタム拡張機能を作成するために使用されます。 これは、属性の事前入力やサインアップのブロックに使用できます。
customAuthenticationExtension から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
Get | onAttributeCollectionStartCustomExtension | onAttributeCollectionStartCustomExtension オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | onAttributeCollectionStartCustomExtension | onAttributeCollectionStartCustomExtension オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | API 呼び出しをセキュリティで保護するための構成。 たとえば、OAuth クライアント資格情報フローを使用します。 customCalloutExtension から継承されます。 |
clientConfiguration | customExtensionClientConfiguration | Microsoft Entra ID が接続を待機できる時間、タイムアウト接続を再試行できる回数、再試行が許可されている場合の例外シナリオを定義する HTTP 接続設定。 customCalloutExtension から継承されます。 |
説明 | String | onAttributeCollectionStartCustomExtension オブジェクトの説明。 customCalloutExtension から継承されます。 |
displayName | String | onAttributeCollectionStartCustomExtension オブジェクトの表示名。 customCalloutExtension から継承されます。 |
endpointConfiguration | customExtensionEndpointConfiguration | アプリのワークフローを呼び出すようにエンドポイントを構成するための種類と詳細。 customCalloutExtension から継承されます。 |
id | String | 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"
}
}