assignedRight Data Type

A right that has been assigned 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
access access element 0/1 The access right granted to the recipient.
principal recipient element 0/1 The user or group.

Example

<assigned_right>
  <principal>
    <type>...</type>
    <id>...</id>
    <href>...</href>
  </principal>
  <access>
    <role>...</role>
    <sharing>
      <external>...</external>
      <internal>...</internal>
      <all_internal>...</all_internal>
      <all_external>...</all_external>
      <public>...</public>
      <public_link>...</public_link>
      <grant_reshare>...</grant_reshare>
    </sharing>
    <href>...</href>
    <links>
      <link/>
    </links>
  </access>
</assigned_right>