osapi.jive.corev3.AddOn

Representation of an Add-on.

If this object represents an add-on that is no longer installed, "id", "uuid" and "type" will be the only fields populated on this object. To check if an AddOn is uninstalled, check if the id is "-1".

Properties

PropertyTypeMode †Description
clientIdStringread-only↑
Client ID issued to this add-on.
Since: 3.13
clientSecretStringread-only↑
Client secret issued to this add-on. This field is only present when explicitly requested.
Since: 3.13
configObjectread-only↑
An Object applied as configuration of this Add-on. The data structure of this object is not prescribed by Jive, and is defined entirely by the Add-on.
descriptionLocalizedStringread-only↑
Localized description of this add-on.
displayNameLocalizedStringread-only↑
Localized display name of this add-on.
idStringread-only↑
The internal ID of this add-on. If this object represents an add-on that is no longer installed, the value will be -1.
publishedISO 8601 Dateread-only↑

Date and time this object was originally created.

resourcesObjectread-only↑

Resource links (and related permissions for the requesting person) relevant to this object.

typeStringread-only↑
typeCodeIntegerread-only↑
updatedISO 8601 Dateread-only↑

Date and time this object was most recently updated.

uuidStringread-only↑
The UUID of this add-on.
†
→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations