XXUgsyncAuditInfo Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
eventTime dateTime element 0/1  
noOfModifiedGroups long element 0/1  
noOfModifiedUsers long element 0/1  
noOfNewGroups long element 0/1  
noOfNewUsers long element 0/1  
sessionId string element 0/1  
syncSource string element 0/1  
syncSourceInfo string element 0/1  
userName string element 0/1  
Properties inherited from XXDBBase
addedByUserId long element 0/1 Returns the value for the member attribute addedByUserId
createTime dateTime element 0/1 Returns the value for the member attribute createTime
id long element 0/1 Returns the value for the member attribute id
updateTime dateTime element 0/1 Returns the value for the member attribute updateTime
updatedByUserId long element 0/1 Returns the value for the member attribute updatedByUserId

Example

<XXUgsyncAuditInfo>
  <eventTime>...</eventTime>
  <userName>...</userName>
  <syncSource>...</syncSource>
  <noOfNewUsers>...</noOfNewUsers>
  <noOfModifiedUsers>...</noOfModifiedUsers>
  <noOfNewGroups>...</noOfNewGroups>
  <noOfModifiedGroups>...</noOfModifiedGroups>
  <syncSourceInfo>...</syncSourceInfo>
  <sessionId>...</sessionId>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXUgsyncAuditInfo>