.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Filters out all special attributes from the set.

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

Parameters

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

Return Value

Type: ICollection<(Of <(<'ConnectorAttribute>)>)>
a set that only contains plain attributes or empty.

Remarks

These special attributes include [!:Password], Uid etc..

See Also