PlaintextConfigValue Data Type

A configuration value used to populate a unencrypted config item used to define configuration settings for the Portal or vCommander.

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

Example

<PlaintextConfigValue>
  <id>...</id>
  <value>...</value>
</PlaintextConfigValue>