osapi.jive.corev3.admin.Plugin
An entity describing a Jive plugin. Only Jive administrative users can access information about plugins via this API.
Properties
Property | Type | Mode † | Description |
---|---|---|---|
| String | read-only | ↑ The author of this plugin. |
broken | Boolean | read-only | ↑ Flag indicating that initialization of this plugin failed. |
databaseKey | String | read-only | ↑ The database key, used to trigger upgrade tasks when necessary. |
dependency | String | read-only | ↑ The name of a plugin that this plugin depends on. |
description | String | read-only | ↑ Description of this plugin. |
id | String | read-only | ↑ The unique identifier of this plugin (same as the name). |
installed | Boolean | read-only | ↑ Flag indicating that this plugin was just installed, and requires a restart to activate. |
minServerVersion | String | read-only | ↑ The minimum version of Jive required by this plugin. |
name | String | read-only | ↑ The name of this plugin. |
properties | Object | read-only | ↑ General properties related to this plugin. |
resources | Object | read-only | ↑ Resource links (and related permissions for the requesting person) relevant to this object. |
type | String | read-only | ↑ The object type of this object ("plugin"). |
uninstalled | Boolean | read-only | ↑ Flag indicating that this plugin was uninstalled, and needs a Jive restart to complete. |
version | String | read-only | ↑ The version number of this plugin. |