name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
eventTime | dateTime | element | 0/1 | ||
fileSyncSourceInfo | VXFileSyncSourceInfo | element | 0/1 | ||
ldapSyncSourceInfo | VXLdapSyncSourceInfo | 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 | (custom) | element | 0/1 | ||
unixSyncSourceInfo | VXUnixSyncSourceInfo | element | 0/1 | ||
userName | string | element | 0/1 | ||
Properties inherited from VXDataObject |
|||||
createDate | dateTime | element | 0/1 | Returns the value for the member attribute createDate | |
id | long | element | 0/1 | Returns the value for the member attribute id | |
owner | string | element | 0/1 | Returns the value for the member attribute owner | |
updateDate | dateTime | element | 0/1 | Returns the value for the member attribute updateDate | |
updatedBy | string | element | 0/1 | Returns the value for the member attribute updatedBy |
Example
<VXUgsyncAuditInfo> <eventTime>...</eventTime> <userName>...</userName> <noOfNewUsers>...</noOfNewUsers> <noOfModifiedUsers>...</noOfModifiedUsers> <noOfNewGroups>...</noOfNewGroups> <noOfModifiedGroups>...</noOfModifiedGroups> <syncSource>...</syncSource> <ldapSyncSourceInfo> <ldapUrl>...</ldapUrl> <userSearchFilter>...</userSearchFilter> <groupSearchFilter>...</groupSearchFilter> <groupHierarchyLevel>...</groupHierarchyLevel> <totalUsersSynced>...</totalUsersSynced> <totalGroupsSynced>...</totalGroupsSynced> <groupSearchFirstEnabled>...</groupSearchFirstEnabled> <groupSearchEnabled>...</groupSearchEnabled> <userSearchEnabled>...</userSearchEnabled> <totalUsersDeleted>...</totalUsersDeleted> <totalGroupsDeleted>...</totalGroupsDeleted> </ldapSyncSourceInfo> <fileSyncSourceInfo> <fileName>...</fileName> <syncTime>...</syncTime> <lastModified>...</lastModified> <totalUsersSynced>...</totalUsersSynced> <totalGroupsSynced>...</totalGroupsSynced> <totalUsersDeleted>...</totalUsersDeleted> <totalGroupsDeleted>...</totalGroupsDeleted> </fileSyncSourceInfo> <unixSyncSourceInfo> <fileName>...</fileName> <syncTime>...</syncTime> <lastModified>...</lastModified> <unixBackend>...</unixBackend> <minUserId>...</minUserId> <minGroupId>...</minGroupId> <totalUsersSynced>...</totalUsersSynced> <totalGroupsSynced>...</totalGroupsSynced> <totalUsersDeleted>...</totalUsersDeleted> <totalGroupsDeleted>...</totalGroupsDeleted> </unixSyncSourceInfo> <sessionId>...</sessionId> <syncSourceInfo>...</syncSourceInfo> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </VXUgsyncAuditInfo>