Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
*)
local : string list;
(*
Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.