action |
Sync type requested
Sync type could be either FULL sync or DELTA sync.
The full sync fetches all the objects under the
configured sync nodes while delta sync will get
the changed objects from previous sync time.
FULL_SYNC - Perform a full synchronization, where the local
state of all AD objects is updated.
DELTA_SYNC - Perform a delta synchronization, where local
AD objects that have changed since the last
synchronization are updated.
STOP_SYNC - Stop the synchronization process.
|
string |
Required Enum: FULL_SYNC, DELTA_SYNC, STOP_SYNC |