Entitlement
Representation of the rights granted to a single content or place object with respect to a single user in Jive.
Example:
Example JSON
JSON example of a typical entitlements entity
{ "contentTypes" : [ "document", "discussion", "task" ], "entitlements" : [ "edit", "view", "delete", "admin" ], "objectType" : "project", "parent" : "http://jive.jiveon.com/api/core/v3/places/1234", "type" : "entitlement" }
Since: 3.6
Fields
Field | Type | Mode † | Description |
---|---|---|---|
contentTypes | String[] | read-only | An array of types that the user may create in the entitled place. This field only applies to place entitlements and is never present on entitlements for content objects. |
entitlements | String[] | read-only | An array of verbs, each representing a action the user can perform on the entitled object. |
objectType | String | read-only | The type of the entitled object. |
parent | String | read-only | The URI of the parent place of the entitled object. |
type | String | read-only | The object type of this object ("entitlement"). |