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
Field | Type | Mode † | Description |
---|---|---|---|
comment | Boolean | read-only | Indicates that members of associated security group or specific user, may or may not comment on this object type. |
create | Boolean | read-only | Indicates that members of associated security group or specific user, may or may not create this object type. |
manage | Boolean | read-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. |
moderate | Boolean | read-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. |
objectType | String | read-only | The object type this entitlement pertains to within the current place. |
person | String | read-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. |
rate | Boolean | read-only | Indicates that members of associated security group or specific user, may or may not rate this object type. |
read | Boolean | read-only | Indicates that members of associated security group or specific user, may or may not view this object type. |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
securityGroup | String | read-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. |
type | String | read-only | The object type of this object ("appliedEntitlement"). |
vote | Boolean | read-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". |