.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Convenience method to create AttributeInfo for CURRENT_ATTRIBUTES operational attribute.

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

Syntax

C#
public static ConnectorAttributeInfo BuildCurrentAttributes(
	string objectClassName
)

Parameters

objectClassName
Type: System..::..String
Object class name

Return Value

Type: ConnectorAttributeInfo
The attribute info

Remarks