Skip to main content

Oracle NetSuite

Connector name

agtnetsuite

Connector type

Python script, agtnetsuite.py, and a scripted platform definition file, agtnetsuite.con, that associates the script with the Python connector (agtpython) to access Oracle NetSuite.

Type (UI field value)

Oracle NetSuite

Connector status / support

Customer-Verified

Clients may contact Bravura Security support for assistance with this connector. Troubleshooting and testing must be completed in the client's test environment as Bravura Security does not maintain internal test environments for the associated target system.

Installation / setup

The NetSuite connector includes an agtnetsuite_requirements.txt file used to install the connector's Python requirements. To install the Python packages required by the agtnetsuite connector, run the following command from a command prompt in the agent directory:

py -m pip install -r agtnetsuite_requirements.txt

Upgrade notes

This connector was added in Connector Pack 4.8.1.

Bravura Security Fabric uses the agtpython connector to manage Oracle NetSuite employee accounts, roles, and related identity data. This connector uses NetSuite's REST API with OAuth 2.0 authentication for all operations.

The following Bravura Security Fabric operations are supported by the Oracle NetSuite connector:

  • get server information

  • list accounts

  • list attributes

  • list groups

  • list members

  • list account attributes

  • user change password

  • administrator reset password

  • check account enabled

  • enable account

  • disable account

  • create account

  • delete account

  • update attributes

  • rename account

  • add user to group

  • delete user from group

For a full list and explanation of each connector operation, see connector operations.