.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
if the attributes does not exist and the attributes of the
OperationalAttributes CURRENT_ATTRIBUTES embedded object if it does
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.ObjectsAssembly: 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>)>)>![]() | |
---|---|
null |