.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Returns a mutable copy of the original set with the uid attribute removed.

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

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
The original set. Must not be null.

Return Value

Type: ICollection<(Of <(<'ConnectorAttribute>)>)>
A mutable copy of the original set with the uid attribute removed.

See Also