Sharing permissions
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
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. | |
max_role | string | element | 0/1 | The maximum role that the user is allowed to grant where sharing an item with another user.
One of NONE , VIEWER , EDITOR , and CONTRIBUTOR .
|
|
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
<sharing_permission> <max_role>...</max_role> <external>...</external> <internal>...</internal> <public>...</public> <public_link>...</public_link> <grant_reshare>...</grant_reshare> </sharing_permission>