.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get the OperationalAttributes CURRENT_ATTRIBUTES from the set of attributes. Since CURRENT_ATTRIBUTES are represented as EmbeddedObject, it returns attributes of the embedded object.

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

Syntax

C#
public static ICollection<ConnectorAttribute> GetCurrentAttributes(
	ICollection<ConnectorAttribute> attrs
)

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
set of attribute to find the current attributes embedded object

Return Value

Type: ICollection<(Of <(<'ConnectorAttribute>)>)>
 Copy imageCopy
null
if the attributes does not exist and the attributes of the OperationalAttributes CURRENT_ATTRIBUTES embedded object if it does

See Also