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
Field | Type | Mode † | Description |
---|---|---|---|
name | String | required | The name of this Jive property. |
type | String | read-only | The object type of this object ("jiveProperty"). |
value | String | required | 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. |