ConnectorInfoModel
Represents all possible data required to set up an app enrollment for a connector.
Only send required fields for the given connector.
Optional Fields
authCode
string, nullable
The authorization code returned from the first step of the OAuth2 flow
https://oauth.net/2/grant-types/authorization-code/
realmId
string, nullable
The realm id of the account being granted permissions to access
redirectUri
string, nullable
The redirect uri used for step one of the OAuth2.0 flow.
email
string, nullable
The email an email connection is being created for.
username
string, nullable
The username of the web services account with access permissions.
password
string, nullable
The password for the web services account with access permissions.
serverName
string, nullable
The server name a connection is being created for.
serverPort
int32, nullable
The port number of the server a connection is being created for.
Updated 8 days ago