VXGroup Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
credStoreId long element 0/1   Returns the value for the member attribute credStoreId
description string element 0/1   Returns the value for the member attribute description
groupSource int element 1/1 required  
groupType int element 1/1 required Returns the value for the member attribute groupType
isVisible int element 0/1   the isVisible
name string element 0/1   Returns the value for the member attribute name
otherAttributes string element 0/1   String - additional attributes.
syncSource string element 0/1   String sync source attribute
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

<VXGroup>
  <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>
</VXGroup>