Skip to main content

DirectorySyncStatusInfo

A DirectorySyncStatusInfo defines the information returned about the status of the last directory synchronization.

Properties

NameTypeDescriptionNotes
directoryNameStringThe name of the directory.[optional]
directoryOrSearchBaseBeingProcessedStringThe name of the directory or searchbase is being processed.[optional]
errorsStringComma separated list of errors occurred during the AD-sync process.[optional]
groupsAddedIntegerThe number of groups added.[optional]
groupsCreateCountIntegerThe number of groups successfully created in the service database.[optional]
groupsDeleteCountIntegerThe number of groups successfully deleted from the service database.[optional]
groupsFailCountIntegerThe number of groups failed to be uploaded.[optional]
groupsFailedIntegerThe number of groups skipped due to errors.[optional]
groupsProcessedSuccessfullyIntegerThe number of groups processed successfully.[optional]
groupsRemovedIntegerThe number of groups removed.[optional]
groupsSyncedWithChangesIntegerThe number of groups changed.[optional]
groupsSyncedWithNoChangesIntegerThe number of groups synced with no changes.[optional]
groupsUpdateCountIntegerThe number of groups successfully updated in the service database.[optional]
idStringThe UUID of the DirectorySyncStatusInfo.[optional]
searchbasesProcessedIntegerThe number of search bases already processed.[optional]
stateStateEnumThe status of the Directory Sync processed.[optional]
syncStartedOffsetDateTimeThe time when the synchronization was started.[optional]
syncUpdatedOffsetDateTimeThe last time the directory was updated.[optional]
totalSearchbasesIntegerTotal number of search bases to be processed.[optional]
usersAddedIntegerNumber of users added.[optional]
usersCreateCountIntegerThe number of users successfully created in the service database.[optional]
usersDeleteCountIntegerThe number of users successfully deleted from the service database.[optional]
usersFailCountIntegerThe number of users failed to be uploaded.[optional]
usersFailedIntegerThe number of users skipped due to errors.[optional]
usersProcessedSuccessfullyIntegerThe number of users processed successfully.[optional]
usersRemovedIntegerThe number of users removed.[optional]
usersSyncedWithChangesIntegerThe number of users synced with changes.[optional]
usersSyncedWithNoChangesIntegerThe number of users synced with no changes.[optional]
usersUpdateCountIntegerThe number of users successfully updated in the service database.[optional]

StateEnum

NameValue
CRAWLING"CRAWLING"
CRAWL_COMPLETE"CRAWL_COMPLETE"
ERROR"ERROR"
NOTIFYING_GROUPS"NOTIFYING_GROUPS"
NOTIFYING_GROUPS_USERS"NOTIFYING_GROUPS_USERS"
NOTIFYING_USERS"NOTIFYING_USERS"
NOTIFY_COMPLETE"NOTIFY_COMPLETE"
OUT_OF_SYNC"OUT_OF_SYNC"
PENDING_CHANGES"PENDING_CHANGES"
SYNCED"SYNCED"
UNKNOWN"UNKNOWN"