assignedSharingPermission Data Type

The sharing permissions that have been granted to a recipient.

The recipient can be a user or a group.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
principal recipient element 0/1 The user or group.
sharing systemSharingPermission 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>