VXUgsyncAuditInfo Data Type

Properties
name data type description
eventTime object
userName string
noOfNewUsers number
noOfNewGroups number
noOfModifiedUsers number
noOfModifiedGroups number
syncSource string
sessionId string
syncSourceInfo map of string
ldapSyncSourceInfo VXLdapSyncSourceInfo
fileSyncSourceInfo VXFileSyncSourceInfo
unixSyncSourceInfo VXUnixSyncSourceInfo
Properties inherited from VXDataObject
id number Id of the data
createDate object Date when this data was created
updateDate object Date when this data was updated
owner string Owner
updatedBy string Updated By

Example

{
  "eventTime" : { },
  "userName" : "...",
  "noOfNewUsers" : 12345,
  "noOfNewGroups" : 12345,
  "noOfModifiedUsers" : 12345,
  "noOfModifiedGroups" : 12345,
  "syncSource" : "...",
  "sessionId" : "...",
  "syncSourceInfo" : {
    "property1" : "...",
    "property2" : "..."
  },
  "ldapSyncSourceInfo" : {
    "ldapUrl" : "...",
    "incrementalSycn" : "...",
    "groupSearchFirstEnabled" : "...",
    "groupSearchEnabled" : "...",
    "userSearchEnabled" : "...",
    "userSearchFilter" : "...",
    "groupSearchFilter" : "...",
    "groupHierarchyLevel" : "...",
    "totalUsersSynced" : 12345,
    "totalGroupsSynced" : 12345,
    "totalUsersDeleted" : 12345,
    "totalGroupsDeleted" : 12345
  },
  "fileSyncSourceInfo" : {
    "fileName" : "...",
    "syncTime" : "...",
    "lastModified" : "...",
    "totalUsersSynced" : 12345,
    "totalGroupsSynced" : 12345,
    "totalUsersDeleted" : 12345,
    "totalGroupsDeleted" : 12345
  },
  "unixSyncSourceInfo" : {
    "unixBackend" : "...",
    "fileName" : "...",
    "syncTime" : "...",
    "lastModified" : "...",
    "minUserId" : "...",
    "minGroupId" : "...",
    "totalUsersSynced" : 12345,
    "totalGroupsSynced" : 12345,
    "totalUsersDeleted" : 12345,
    "totalGroupsDeleted" : 12345
  },
  "id" : 12345,
  "createDate" : { },
  "updateDate" : { },
  "owner" : "...",
  "updatedBy" : "..."
}