.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Builds ant operational attribute that either represents the object is enabled or sets in disabled depending on where its used for instance on CreateApiOp it could be used to create a disabled account.

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

Syntax

C#
public static ConnectorAttribute BuildEnabled(
	bool val
)

Parameters

val
Type: System..::..Boolean

Return Value

Type: ConnectorAttribute
ConnectorAttribute that determines the enable/disable state of an object.

Remarks

In SearchApiOp it would show the object is enabled or disabled.

See Also