Password Parameter (Connect-NetSuite Cmdlet)
Specifies the password for the NetSuite user used for authentication.
Syntax
Connect-NetSuite -Password string
Data Type
cstr
Default Value
""
Remarks
This property is used in combination with User and AccountId to authenticate to NetSuite when AuthScheme is set to Basic.
Note: Basic Authentication is deprecated and no longer supported for NetSuite accounts using API version 2020 or later. It should only be used for legacy configurations that explicitly require it.
This property is required when using Basic Authentication.
This is a required parameter.