OAuthVersion Parameter (Connect-NetSuite Cmdlet)
Specifies the OAuth version used for authentication.
Syntax
Connect-NetSuite -OAuthVersion string
Possible Values
AUTO, 1.0, 2.0Data Type
cstr
Default Value
"AUTO"
Remarks
The following OAuth versions are available:
- AUTO: Automatically determines the appropriate OAuth version.
- 1.0: Supports both SuiteTalk and SuiteQL schemas.
- 2.0: Supports only the SuiteQL schema.
In most cases, the default value AUTO is sufficient and requires no manual changes. Set this property only if you need to override the automatic selection.