JiveProperty

A Jive configuration property. Properties can only be modified by Jive admins. Jive Properties correspond to System Properties in the Admin console. An example JSON representation looks like this:

 {
   "name" : "jiveURL",
   "value" : "https://example.jiveon.com",
   "type" : "property"
 }

Fields

FieldTypeMode Description
nameStringrequired

The name of this Jive property.

typeStringread-only

The object type of this object ("jiveProperty").

valueStringrequired

The value of this Jive property. Certain sensitive values (such as passwords) will show a value of "" -- they can be modified through this API but the current values cannot be observed.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations