.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
More advanced implementation of UpdateOp to be implemented by connectors that wish to offer better performance and atomicity semantics for the methods AddAttributeValues(ObjectClass, Uid, ICollection<(Of <<'(ConnectorAttribute>)>>), OperationOptions) and RemoveAttributeValues(ObjectClass, Uid, ICollection<(Of <<'(ConnectorAttribute>)>>), OperationOptions).

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

Syntax

C#
public interface UpdateAttributeValuesOp : UpdateOp, 
	SPIOperation

See Also