.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Runs a script on a specific target resource.

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

Syntax

C#
Object RunScriptOnResource(
	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 which control how the script is run. Please refer to the connector documentation for supported options.

Return Value

Type: Object
The result of the script. The return type must be a type that the connector framework supports for serialization. See ObjectSerializerFactory for a list of supported return types.

See Also