Permission details for a file including its type and member permissions
This interface represents the permission information for a single file, including what type of file it is and which users have what permissions on it.
The type of the file (NETWORK, FOLDER, or SHORTCUT)
Map of user UUIDs to their permission levels on this file
Each key represents a user's UUID, and the corresponding value indicates what permission level that user has on the file.
{ "user1-uuid-1234-5678-9abc-def012345678": "READ", "user2-uuid-8765-4321-fedc-ba0987654321": "WRITE", "user3-uuid-1111-2222-3333-444444444444": "ADMIN"} Copy
{ "user1-uuid-1234-5678-9abc-def012345678": "READ", "user2-uuid-8765-4321-fedc-ba0987654321": "WRITE", "user3-uuid-1111-2222-3333-444444444444": "ADMIN"}
Permission details for a file including its type and member permissions
Description
This interface represents the permission information for a single file, including what type of file it is and which users have what permissions on it.