netFolderAccess Data Type

The access a user or group has to a resource.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
folder_sharing sharingPermission element 0/1 The folder sharing permissions assigned to the user or group.
role string element 0/1 Allowed values are NONE and ACCESS.
sharing sharingPermission element 0/1 The file sharing permissions assigned to the user or group.
Properties inherited from baseRestObject
href string element 0/1 The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest).
link link element 0/unbounded Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs)

Example

<net_folder_access>
  <role>...</role>
  <sharing>
    <max_role>...</max_role>
    <external>...</external>
    <internal>...</internal>
    <public>...</public>
    <public_link>...</public_link>
    <grant_reshare>...</grant_reshare>
  </sharing>
  <folder_sharing>
    <max_role>...</max_role>
    <external>...</external>
    <internal>...</internal>
    <public>...</public>
    <public_link>...</public_link>
    <grant_reshare>...</grant_reshare>
  </folder_sharing>
  <href>...</href>
  <links>
    <link>
      <href>...</href>
      <rel>...</rel>
    </link>
  </links>
</net_folder_access>