onOtpSendCustomExtension 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
用于基于 onEmailOtpSend 事件创建新的自定义扩展。
继承自 customAuthenticationExtension。
有关详细信息,请参阅 为一次性密码发送事件配置自定义电子邮件提供程序, (预览版) 。
方法
无。
有关管理此资源类型的 API作列表,请参阅 customAuthenticationExtension 资源类型。
属性
属性 | 类型 | 说明 |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | 此自定义扩展的身份验证配置。 继承自 customCalloutExtension。 可选。 |
behaviorOnError | customExtensionBehaviorOnError | 如果对自定义身份验证扩展的调用返回错误,则让 配置行为。 继承自 customAuthenticationExtension。 可选。 |
clientConfiguration | customExtensionClientConfiguration | 用于定义Microsoft Entra ID可以等待来自外部应用的响应的时间的连接设置。 在此时间过后,Microsoft Entra ID尝试触发外部应用时关闭连接。 继承自 customCalloutExtension。 可选。 |
description | 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"
}
}