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
Property | Type | Mode † | Description |
---|---|---|---|
clientId | String | read-only | ↑ Client ID issued to this add-on. Since: 3.13 |
clientSecret | String | read-only | ↑ Client secret issued to this add-on. This field is only present when explicitly requested. Since: 3.13 |
config | Object | read-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. |
descriptionLocalized | String | read-only | ↑ Localized description of this add-on. |
displayNameLocalized | String | read-only | ↑ Localized display name of this add-on. |
id | String | read-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. |
published | ISO 8601 Date | read-only | ↑ Date and time this object was originally created. |
resources | Object | read-only | ↑ Resource links (and related permissions for the requesting person) relevant to this object. |
type | String | read-only | ↑ |
typeCode | Integer | read-only | ↑ |
updated | ISO 8601 Date | read-only | ↑ Date and time this object was most recently updated. |
uuid | String | read-only | ↑ The UUID of this add-on. |