.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines the objects supported by a Connector.

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 Schema

Remarks

The Schema object is used to represent the basic objects that a connector supports. This does not prevent a connector from supporting more. Rather, this is informational for the caller of the connector to understand a minimum support level. The schema defines 4 primary data structures
  1. Declared ObjectClasses (ObjectClassInfo).
  2. Declared OperationOptionInfo (OperationOptionInfo).
  3. Supported ObjectClasses by operation (SupportedObjectClassesByOperation).
  4. Supported OperationOptionInfo by operation(SupportedOptionsByOperation).
TODO: add more to describe and what is expected from this call and how it is used.. based on OperationalAttribute etc..

Inheritance Hierarchy

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

See Also