AppliedEntitlement

Representation of the rights granted to users or security groups for a given content type within a space.

Example:
Example JSON

JSON example of a typical applied entitlements entity

 {
   "objectType": "poll"
   "read": true,
   "comment": true,
   "create": false,
   "vote": true,
   "securityGroup": "http://my.jive.com/api/core/v3/admin/securityGroups/123",
   "type": "appliedEntitlement"
 }
 {
   "objectType": "discussion"
   "read": true,
   "comment": true,
   "create": true,
   "rate": true,
   "person": "http://my.jive.com/api/core/v3/people/5678",
   "type": "appliedEntitlement"
 }
Since: 3.6

Fields

FieldTypeMode Description
commentBooleanread-only

Indicates that members of associated security group or specific user, may or may not comment on this object type.

createBooleanread-only

Indicates that members of associated security group or specific user, may or may not create this object type.

manageBooleanread-only

Indicates that members of associated security group or specific user, may or may not manage social groups or has Full Administration permission for spaces.

Availability:

Present when viewing the global Social Group security configuration or the Default Space Permissions configuration.

moderateBooleanread-only

Indicates that members of associated security group or specific user, may or may not moderate and edit content in a space.

Availability:

Present when viewing the Default Space Permissions configuration.

objectTypeStringread-only

The object type this entitlement pertains to within the current place.

personStringread-only

The URL of the Person to which this entitlement applies. Applied entitlements associated to a user take precedence over those derived from SecurityGroup membership.

rateBooleanread-only

Indicates that members of associated security group or specific user, may or may not rate this object type.

readBooleanread-only

Indicates that members of associated security group or specific user, may or may not view this object type.

resourcesObjectread-only

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

securityGroupStringread-only

The URL of the SecurityGroup to which this entitlement applies. Applied entitlements derived from SecurityGroup membership are cumulative. If someone is in two groups, both associated to the same place, and only one of them permits "create", then that person can create objects.

typeStringread-only

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

voteBooleanread-only

Indicates that members of associated security group or specific user, may or may not vote on this poll.

Availability:

Present when object type is "poll".

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