Share via


onAttributeCollectionSubmitCustomExtension リソースの種類

名前空間: microsoft.graph

重要

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

onAttributeCollectionSubmit イベントに基づいて新しいカスタム拡張機能を作成するために使用されます。 サインアップ属性の送信時の検証に使用されます。 カスタム拡張機能は、属性の検証または変更、またはサインアップのブロックに使用できます。

customAuthenticationExtension から継承します。

メソッド

メソッド 戻り値の種類 説明
Get onAttributeCollectionSubmitCustomExtension onAttributeCollectionSubmitCustomExtension onAttributeCollectionSubmitCustomExtension オブジェクトのプロパティとリレーションシップを読み取ります。
OnAttributeCollectionSubmitCustomExtension を更新する onAttributeCollectionSubmitCustomExtension onAttributeCollectionSubmitCustomExtension オブジェクトのプロパティを更新します。

プロパティ

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