.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines what types of objects this Connector supports.

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

Syntax

C#
Schema Schema()

Return Value

Type: Schema
basic schema supported by this Connector.

Remarks

This method is considered an operation since determining supported objects may require configuration information and allows this determination to be dynamic.

See Also