The following table describes the NetSuite connection parameters you can use in the connect() module method.
| Parameter | Description |
|---|---|
|
|
The authentication type. The possible values are:
|
|
|
The NetSuite API version. The possible values are:
|
|
Basic authentication |
|
|
|
The account ID |
|
|
The application ID |
|
|
The user's name |
|
|
The user's password |
|
|
The role ID |
|
Token-based authentication |
|
|
|
The account ID |
|
|
The account timezone. For a complete list of timezones and their IDs, see Timezones. This parameter is available when the |
|
|
The consumer key |
|
|
The consumer secret |
|
|
The access token |
|
|
The token secret |
|
OAuth 2.0 authentication |
|
|
|
The account ID |
|
|
The account timezone |
|
|
The client ID |
|
|
The client secret |
|
|
The refresh token. Follow the instructions in Using the module to obtain a refresh token. |
|
Proxy parameters |
|
|
|
The hostname or IP address of the proxy server |
|
|
The proxy port |
|
|
The username for proxy authentication |
|
|
The password for proxy authentication |
|
Other parameters |
|
|
|
The ID of a connection pool that will be used for a particular connection |
|
|
Disables connection pooling for a particular connection. The possible values are |