.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
An
 Copy imageCopy
EmbeddedObject
represents an object (e.g., an Account's Address) on the target resource that is embedded in another object. Each
 Copy imageCopy
EmbeddedObject
represents a resource object as a bag of attributes. Unlike ConnectorObject,
 Copy imageCopy
EmbeddedObject
s do not have an identity, and therefore are not required to (and most often do not) have a Uid nor a Name.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public sealed class EmbeddedObject

Remarks

The clients and the developer of a Connector will use a EmbeddedObjectBuilder to construct instances of
 Copy imageCopy
EmbeddedObject
.

Inheritance Hierarchy

System..::..Object
  Org.IdentityConnectors.Framework.Common.Objects..::..EmbeddedObject

See Also