AssignedSharingPermission Data Type

The sharing permissions that have been granted to a recipient.

The recipient can be a user or a group.

Properties
name data type description
principal Recipient The user or group.
sharing SystemSharingPermission The sharing permission that is granted to the recipient.

Example

{
  "principal" : {
    "type" : "...",
    "id" : 12345,
    "href" : "..."
  },
  "sharing" : {
    "external" : true,
    "internal" : true,
    "all_internal" : true,
    "all_external" : true,
    "public" : true,
    "public_link" : true,
    "grant_reshare" : true
  }
}