.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Implement this interface to allow the Connector to search for resource objects.

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

Syntax

C#
public interface SearchOp<T> : SPIOperation
where T : class

Type Parameters

T

See Also