The properties are accessed using the name of the property using standard Java Object notation.
Further documentation.
JavaScript example:
var config = connectors.getConfig("OpenAI"); var apiKey = config.apikey; var organisationId = config["org"];
returns java.util.Map
The properties are accessed using the name of the property using standard Java Object notation.
Further documentation.
JavaScript example: