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

The OperationOptions type exposes the following members.

Constructors

  NameDescription
Public methodOperationOptions
Public only for serialization; please use OperationOptionsBuilder.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldStatic memberOP_ATTRIBUTES_TO_GET
Determines the attributes to retrieve during SearchApiOp and SyncApiOp.
Public fieldStatic memberOP_CONTAINER
An option to use with SearchApiOp that specified the container under which to perform the search.
Public fieldStatic memberOP_RUN_AS_USER
An option to use with ScriptOnResourceApiOp and possibly others that specifies an account under which to execute the script/operation.
Public fieldStatic memberOP_RUN_WITH_PASSWORD
An option to use with ScriptOnResourceApiOp and possibly others that specifies a password under which to execute the script/operation.
Public fieldStatic memberOP_SCOPE
An option to use with SearchApiOp that specified the scope under which to perform the search.
Public fieldStatic memberSCOPE_OBJECT
Public fieldStatic memberSCOPE_ONE_LEVEL
Public fieldStatic memberSCOPE_SUBTREE

Properties

  NameDescription
Public propertyAttributesToGet
Get the string array of attribute names to return in the object.
Public propertygetContainer
Convenience method that returns OP_CONTAINER.
Public propertyOptions
Returns a map of options.
Public propertyRunAsUser
Get the account to run the operation as..
Public propertyRunWithPassword
Get the password to run the operation as..
Public propertyScope
Convenience method that returns OP_SCOPE.

See Also