AttributeChangeOperation
The object represents an entity about the attribute change operation.
- Availability
- IBM Security Identity Manager 7.0.
- Provided by
- AttributeChangeOperation objects are returned from the method DirectoryObject.getChanges() and are therefore not provided by any specific extension.
- Properties
- attr
- Name of the attribute that is being changed.
- op
- An integer that identifies the type of change that is being made.
- values[]
- An array of objects that must be either added, removed, or replaced.
- Description
- This entity represents the changes made to a IBM Security Identity Manager object.
- AttributeChangeOperation.attr
Represents the name of an attribute that is being changed.- AttributeChangeOperation.op
The field represents the type of change that is being made.- AttributeChangeOperation.values[]
The field represents the name of attribute that is being changed.Parent topic: JavaScript extension reference