.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.

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

Syntax

C#
public interface CreateOp : SPIOperation

Remarks

The Connector developer must return the Uid so that the caller can refer to the created object.

The Connector developer should make a best effort to create the object otherwise throw an informative Exception telling the caller why the operation could not be completed. It reasonable to use defaults for required ConnectorAttributes as long as they are documented.

See Also