LdapSyncDetails
LdapSyncDetails
Details of LDAP sync operation
JSON Example
{
"groupsAdded": 0,
"groupsRemoved": 0,
"groupsUpdated": 0,
"syncEndTime": 0,
"usersAdded": 0,
"usersRemoved": 0,
"usersUpdated": 0
}
integer As int64
As int64
groupsAdded
Optional
Number of groups added during the sync execution
integer As int64
As int64
groupsRemoved
Optional
Number of groups removed during the sync execution
integer As int64
As int64
groupsUpdated
Optional
Number of groups updated during the sync execution
integer As int64
As int64
syncEndTime
Optional
Ending date and time of the sync execution, in milliseconds (epoch)
integer As int64
As int64
usersAdded
Optional
Number of users added during the sync execution
integer As int64
As int64
usersRemoved
Optional
Number of users removed during the sync execution
integer As int64
As int64
usersUpdated
Optional
Number of users updated during the sync execution