.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Represents a named collection of values within a resource object, although the simplest case is a name-value pair (e.g., email, employeeID). Values can be empty, null, or set with various types. Empty and null are supported because it makes a difference on some resources (in particular database resources). The developer of a Connector will use an builder to construct an instance of ConnectorAttribute.

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

Syntax

C#
public class ConnectorAttribute

Inheritance Hierarchy

System..::..Object
  Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorAttribute
    Org.IdentityConnectors.Framework.Common.Objects..::..Name
    Org.IdentityConnectors.Framework.Common.Objects..::..Uid

See Also