JWTScope Parameter (Connect-NetSuite Cmdlet)
Specifies the scope of the JWT, which defines the level of access the token provides to NetSuite data.
Syntax
Connect-NetSuite -JWTScope string
Data Type
cstr
Default Value
""
Remarks
Use this property to indicate one or more scopes required for the JWT-based OAuth connection.
Valid values include:
- restlets: Grants access to RESTlet scripts.
- rest_webservices: Grants access to REST web services.
- suite_analytics: Grants access to SuiteAnalytics data sources.
You can specify multiple scopes by separating them with commas. For example:
restlets,rest_webservices