Now on demand: Content + AI Virtual Summit. See demos on Box Agents, Extract, and Automate. Tune in
{
"id": "12345678",
"type": "folder_lock",
"created_at": "2020-09-14T23:12:53Z",
"lock_type": "freeze"
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Folder locks define access restrictions placed by folder owners to prevent specific folders from being moved or deleted.
The folder that the lock applies to.
Show child attributes
The unique identifier for this folder lock.
"12345678"
The object type, always folder_lock.
"folder_lock"
The user or group that created the lock.
Show child attributes
When the folder lock object was created.
"2020-09-14T23:12:53Z"
The operations that have been locked. Currently the move and delete operations cannot be locked separately, and both need to be set to true.
Show child attributes
The lock type, always freeze.
"freeze"
Was this page helpful?