Folder Lock
Folder locks define access restrictions placed by folder owners to prevent specific folders from being moved or deleted.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
folder | Folder (Mini) | No | The folder that the lock applies to. |
id | string | No | The unique identifier for this folder lock. |
type | string | No | The object type, always folder_lock. |
created_by | User (Base) | No | The user or group that created the lock. |
created_at | string | No | When the folder lock object was created. |
locked_operations | object | No | The operations that have been locked. Currently the move and delete operations cannot be locked separately, and both need to be set to true. |
lock_type | string | No | The lock type, always freeze. |
Example
Folder Locks
A list of folder locks.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
entries | array of Folder Lock | No | A list of folder locks. |
limit | string | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
Example
