OAuthSettingsRequest
OAuth settings for initiating OAuth flow (used with Microsoft365 or Google provider types)
Properties
| Name | Type | Description |
|---|---|---|
| returnUrl* | string | URL to redirect to after OAuth flow completes (success or failure) |
URL to redirect to after OAuth flow completes (success or failure) | ||
| allowSend | boolean | Whether this configuration should be able to send emails (defaults to true) |
Whether this configuration should be able to send emails (defaults to true) | ||
| allowRead | boolean | Whether this configuration should be able to read/sync mailbox emails (defaults to false) |
Whether this configuration should be able to read/sync mailbox emails (defaults to false) | ||
JSON Example
{
"returnUrl": "string",
"allowSend": false,
"allowRead": false
}