.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Operation that runs a script directly on a target resource.

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

Syntax

C#
public interface ScriptOnResourceOp : SPIOperation

Remarks

(Compare to ScriptOnConnectorOp, which runs a script in the context of a particular connector.)

A connector that intends to support ScriptOnResourceApiOp should implement this interface. Each connector that implements this interface must document which script languages the connector supports, as well as any supported OperationOptions.

See Also