LdapSyncLog
LdapSyncLog
Information about an LDAP sync execution
JSON Example
{
"id": "string",
"success": false,
"syncDetails": {
"groupsAdded": 0,
"groupsRemoved": 0,
"groupsUpdated": 0,
"syncEndTime": 0,
"usersAdded": 0,
"usersRemoved": 0,
"usersUpdated": 0
},
"syncResult": "string",
"syncResultMessageKey": "string",
"syncType": "string",
"timeStamp": 0
}
string As uuid
As uuid
id
Optional
LDAP sync execution UUID
boolean
success
Optional
Whether the sync operation was successful
string
syncResult
Optional
Result of the sync operation
string
syncResultMessageKey
Required
Property containing the sync failure code
string
syncType
Optional
Type of the sync operation
integer As int64
As int64
timeStamp
Optional
Date and time at which the sync operation executed, in milliseconds (epoch)