onOtpSendCustomExtension リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
onEmailOtpSend イベントに基づいて新しいカスタム拡張機能を作成するために使用されます。
customAuthenticationExtension から継承します。
詳細については、「 ワンタイム パスコード送信イベントのカスタム メール プロバイダーの構成 (プレビュー)」を参照してください。
メソッド
なし。
このリソースの種類を管理するための API 操作の一覧については、 customAuthenticationExtension リソースの種類に関するページを参照してください。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | このカスタム拡張機能の認証構成。 customCalloutExtension から継承されます。 省略可能。 |
behaviorOnError | customExtensionBehaviorOnError | カスタム認証拡張機能の呼び出しでエラーが返された場合の動作を構成してみましょう。 customAuthenticationExtension から継承されます。 省略可能。 |
clientConfiguration | customExtensionClientConfiguration | 外部アプリからの応答を待機できるMicrosoft Entra ID時間を定義する接続設定。 この後、Microsoft Entra IDは外部アプリをトリガーしようとしたときに接続をシャットダウンします。 customCalloutExtension から継承されます。 省略可能。 |
説明 | String | カスタム拡張機能の説明。 customCalloutExtension から継承されます。 省略可能。 |
displayName | String | カスタム拡張機能の表示名。 customCalloutExtension から継承されます。 省略可能。 |
endpointConfiguration | customExtensionEndpointConfiguration | カスタム拡張機能が呼び出す API エンドポイントの構成。 customCalloutExtension から継承されます。 省略可能。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.onOtpSendCustomExtension",
"authenticationConfiguration": {
"@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
},
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
},
"description": "String",
"displayName": "String",
"endpointConfiguration": {
"@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
},
"behaviorOnError": {
"@odata.type": "microsoft.graph.customExtensionBehaviorOnError"
}
}