.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Filter out any basic attributes from the specified set, leaving only special attributes.

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> GetSpecialAttributes(
	ICollection<ConnectorAttribute> attrs
)

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
set of ConnectorAttributes to filter out the basic attributes

Return Value

Type: ICollection<(Of <(<'ConnectorAttribute>)>)>
a set that only contains special attributes or an empty set if there are none.

Remarks

Special attributes include Name, Uid, and OperationalAttributes.

See Also