NetFolderAssignedRight Data Type

A right that has been assigned to a recipient.

The recipient can be a user or a group.

Properties
name data type description
principal Recipient The user or group.
access NetFolderAccess The access right granted to the recipient.

Example

{
  "principal" : {
    "type" : "...",
    "id" : 12345,
    "href" : "..."
  },
  "access" : {
    "role" : "...",
    "sharing" : {
      "max_role" : "...",
      "external" : true,
      "internal" : true,
      "public" : true,
      "public_link" : true,
      "grant_reshare" : true
    },
    "folder_sharing" : {
      "max_role" : "...",
      "external" : true,
      "internal" : true,
      "public" : true,
      "public_link" : true,
      "grant_reshare" : true
    },
    "href" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ]
  }
}