.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Creates a user based on the ConnectorAttributes provide. The only required attribute is the ObjectClass and those required by the Connector. The API will validate the existence of the ObjectClass attribute and that there are no duplicate name'd attributes.

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

Syntax

C#
Uid Create(
	ObjectClass oclass,
	ICollection<ConnectorAttribute> attrs,
	OperationOptions options
)

Return Value

Type: Uid
Unique id for the created object.

See Also