.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Runs the script.

Namespace: Org.IdentityConnectors.Framework.Api.Operations
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
Object RunScriptOnConnector(
	ScriptContext request,
	OperationOptions options
)

Parameters

request
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ScriptContext
- The script and arguments to run.
options
Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptions
- Additional options that control how the script is run. The framework does not currently recognize any options but specific connectors might. Consult the documentation for each connector to identify supported options.

Return Value

Type: Object
The result of the script. The return type must be a type that the framework supports for serialization.

See Also