Skip to main content

Folder locks define access restrictions placed by folder owners to prevent specific folders from being moved or deleted.

folder
Folder (Mini) · object

The folder that the lock applies to.

id
string

The unique identifier for this folder lock.

Example:

"12345678"

type
string

The object type, always folder_lock.

Example:

"folder_lock"

created_by
User (Base) · object

The user or group that created the lock.

created_at
string<date-time>

When the folder lock object was created.

Example:

"2020-09-14T23:12:53Z"

locked_operations
object

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

The lock type, always freeze.

Example:

"freeze"