name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
xgroupInfo | VXGroup | element | 0/1 | ||
xuserInfo | list of VXUser | element | 0/unbounded | ||
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
<VXGroupUserInfo> <xgroupInfo> <name>...</name> <description>...</description> <groupType>...</groupType> <credStoreId>...</credStoreId> <isVisible>...</isVisible> <groupSource>...</groupSource> <otherAttributes>...</otherAttributes> <syncSource>...</syncSource> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </xgroupInfo> <xuserInfo> <name>...</name> <firstName>...</firstName> <lastName>...</lastName> <emailAddress>...</emailAddress> <password>...</password> <description>...</description> <credStoreId>...</credStoreId> <groupIdList>...</groupIdList> <isVisible>...</isVisible> <userSource>...</userSource> <userRoleList>...</userRoleList> <groupNameList>...</groupNameList> <otherAttributes>...</otherAttributes> <syncSource>...</syncSource> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </xuserInfo> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </VXGroupUserInfo>