ConfigurationItem Data Type

A configuration item used to define settings for the Portal or vCommander.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id long element 1/1 Gets the id.
name string element 0/1 Gets the name.
userid string element 0/1 Gets the userid.
value PlaintextConfigValue element 0/1 Gets the value.

Example

<ConfigurationItem>
  <id>...</id>
  <name>...</name>
  <userid>...</userid>
  <value>
    <id>...</id>
    <value>...</value>
  </value>
</ConfigurationItem>