.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)
the Uid of the updated object in case the update changes the formation of the unique identifier.
is that the values for an attribute are merely representational state.
Therefore, the implementer should simply ignore any provided value
that does not match a current value of that attribute in the target
object. Deleting an unmatched value should always succeed.
E41516-01
Update the object specified by the ObjectClass and Uid,
removing from the current values of each attribute the values provided.
Namespace: Org.IdentityConnectors.Framework.Spi.OperationsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
Uid RemoveAttributeValues( ObjectClass objclass, Uid uid, ICollection<ConnectorAttribute> valuesToRemove, OperationOptions options ) |
Parameters
- objclass
- Type: Org.IdentityConnectors.Framework.Common.Objects..::..ObjectClass
the type of object to modify. Will never be null.
- uid
- Type: Org.IdentityConnectors.Framework.Common.Objects..::..Uid
the uid of the object to modify. Will never be null.
- valuesToRemove
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
set of ConnectorAttribute deltas. The values for the attributes in this set represent the values to remove from attributes in the object. merged. This set will never include OperationalAttributes. Will never be null.
- options
- Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptions
additional options that impact the way this operation is run. Will never be null..
Return Value
Type: Uidthe Uid of the updated object in case the update changes the formation of the unique identifier.
Remarks
For each attribute that the input set contains, remove from the current values of that attribute in the target object any value that matches one of the values of the attribute from the input set.
NOTE that this does not specify how to handle unmatched values. The general assumption for an attribute of a
Copy | |
---|---|
ConnectorObject |
Exceptions
Exception | Condition |
---|---|
Org.IdentityConnectors.Framework.Common.Exceptions..::..UnknownUidException | iff the Uid does not exist on the resource. |