The sharing permissions that have been granted to a recipient.
The recipient can be a user or a group.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| principal | recipient | element | 0/1 | The user or group. | |
| sharing | sharingPermission | element | 0/1 | The sharing permission that is granted to the recipient. |
Example
<assigned_sharing_permission>
<principal>
<type>...</type>
<id>...</id>
<href>...</href>
</principal>
<sharing>
<external>...</external>
<internal>...</internal>
<all_internal>...</all_internal>
<all_external>...</all_external>
<public>...</public>
<public_link>...</public_link>
<grant_reshare>...</grant_reshare>
</sharing>
</assigned_sharing_permission>