onOtpSendCustomExtensionHandler resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents configuration information for creating a new custom extension based on the onEmailOtpSend event to configure the custom email provider for one time passcodes.

Inherits from onOtpSendHandler.

Properties

Property Type Description
configuration customExtensionOverwriteConfiguration Configuration regarding properties of the custom extension that are can be overwritten for the onEmailOtpSendListener event listener.

Relationships

Relationship Type Description
customExtension onOtpSendCustomExtension Used for creating a new custom extension based on the onEmailOtpSend event to configure the custom email provider for one time passcodes.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onOtpSendCustomExtensionHandler",
  "configuration": {
    "@odata.type": "microsoft.graph.customExtensionOverwriteConfiguration"
  }
}