LdapSyncLogs

LdapSyncLogs
LdapSyncLogs

Ldap Sync Logs response response, wrapper of Ldap Sync Logs

JSON Example
{
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "pageInfo": {
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string",
        "totalCount": 0
    },
    "syncLogs": [
        {
            "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
        }
    ]
}
array of link
links
Optional

Collection of links

pageInfo
Optional

Represents page information for a paged result

array of LdapSyncLog
syncLogs
Optional

List of LDAP sync logs