systemSharingPermission Data Type

Sharing permissions

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
all_external boolean element 0/1 Whether or not sharing with the All External Users group is allowed.
all_internal boolean element 0/1 Whether or not sharing with the All Internal Users group is allowed.
external boolean element 0/1 Whether or not sharing with external users is allowed.
grant_reshare boolean element 0/1 Whether or not the recipient can reshare an item.
internal boolean element 0/1 Whether or not sharing with internal users is allowed.
public boolean element 0/1 Whether or not making an item public is allowed..
public_link boolean element 0/1 Whether or not sharing via a public link is allowed.

Example

<system_sharing_permission>
  <external>...</external>
  <internal>...</internal>
  <all_internal>...</all_internal>
  <all_external>...</all_external>
  <public>...</public>
  <public_link>...</public_link>
  <grant_reshare>...</grant_reshare>
</system_sharing_permission>