Cmdlets for NetSuite

Build 24.0.9175

AuthScheme Parameter (Connect-NetSuite Cmdlet)

The type of authentication to use when connecting to NetSuite.

Syntax

Connect-NetSuite -AuthScheme string

Possible Values

Basic, Token, OAuth, OAuthJWT

Data Type

cstr

Default Value

"Token"

Remarks

  • Basic: Set this to use BASIC user / password authentication.
  • OAuth: Set to this to perform OAuth authentication. This is essentially token based authentication where the token is dynamically created instead of directly in the NetSuite UI.
  • Token: Set this to perform Token Based Authentication.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175