.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The OperationOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OperationOptions |
Public only for serialization; please use OperationOptionsBuilder.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
OP_ATTRIBUTES_TO_GET |
Determines the attributes to retrieve during SearchApiOp and
SyncApiOp.
| |
OP_CONTAINER |
An option to use with SearchApiOp that specified the container
under which to perform the search.
| |
OP_RUN_AS_USER |
An option to use with ScriptOnResourceApiOp and possibly others
that specifies an account under which to execute the script/operation.
| |
OP_RUN_WITH_PASSWORD |
An option to use with ScriptOnResourceApiOp and possibly others
that specifies a password under which to execute the script/operation.
| |
OP_SCOPE |
An option to use with SearchApiOp that specified the scope
under which to perform the search.
| |
SCOPE_OBJECT | ||
SCOPE_ONE_LEVEL | ||
SCOPE_SUBTREE |
Properties
Name | Description | |
---|---|---|
AttributesToGet |
Get the string array of attribute names to return in the object.
| |
getContainer |
Convenience method that returns OP_CONTAINER.
| |
Options |
Returns a map of options.
| |
RunAsUser |
Get the account to run the operation as..
| |
RunWithPassword |
Get the password to run the operation as..
| |
Scope |
Convenience method that returns OP_SCOPE.
|