Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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"
}
}