AttributeChangeOperation.op

The field represents the type of change that is being made.

Availability
IBM Security Identity Manager 7.0.

Synopsis
attributeChangeOperation.op

Description
This read-only field is a number that identifies the type of change that is being made. The values are:
  • 1 for add
  • 2 for replace
  • 3 for remove

Usage
x = attributeChangeOperation.op;

Parent topic: AttributeChangeOperation