| name |
string |
The name of the source to authenticate to. Deprecated - use sourceType instead. |
| sourceType |
string |
The name of the source to authenticate to |
| redirectUrl |
string |
The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete. |
| workspaceId |
string |
The workspace to create the secret and eventually the full source. |
| oAuthInputConfiguration |
object |
Input configuration for OAuth required by some sources. |
| requestedScopes |
array |
Optional OAuth scopes to request, overriding the connector's default scopes. Only supported for connectors that define scopes as an array. |
| requestedOptionalScopes |
array |
Optional OAuth optional_scopes to request, overriding the connector's default optional_scopes. Only applied when requestedScopes is also provided. |