.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
An option to use with ScriptOnResourceApiOp and possibly others that specifies an account under which to execute the script/operation.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static readonly string OP_RUN_AS_USER

Field Value

Type: String

Remarks

The specified account will appear to have performed any action that the script/operation performs.

Check the javadoc for a particular connector to see whether that connector supports this option.

See Also