Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Data Access Exit Point is your custom Node.js script that can restrict the agent from accessing certain data that you’ve allowed in the Data Access tab.

The script will receive an object with various properties, such as:

  • sqlStatement: The SQL statement that the agent is requesting to run.

  • sqlComponents: Parsed elements of the SQL statement if parsing is successful.

  • identity: Identity information based on the user’s authentication

  • sessionData: Data from the session as supplied by the Session Data Exit Point

  • No labels