Plugin

An entity describing a Jive plugin. Only Jive administrative users can access information about plugins via this API.

Fields

FieldTypeMode Description
authorStringread-only

The author of this plugin.

brokenBooleanread-only

Flag indicating that initialization of this plugin failed.

databaseKeyStringread-only

The database key, used to trigger upgrade tasks when necessary.

dependencyStringread-only

The name of a plugin that this plugin depends on.

descriptionStringread-only

Description of this plugin.

idStringread-only

The unique identifier of this plugin (same as the name).

installedBooleanread-only

Flag indicating that this plugin was just installed, and requires a restart to activate.

minServerVersionStringread-only

The minimum version of Jive required by this plugin.

nameStringread-only

The name of this plugin.

propertiesObjectread-only

General properties related to this plugin.

resourcesObjectread-only

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

typeStringread-only

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

uninstalledBooleanread-only

Flag indicating that this plugin was uninstalled, and needs a Jive restart to complete.

versionStringread-only

The version number of this plugin.

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