What happen to items with unique permission, if we change their list to inherit its permission from the site rather than having unique permission

john john 926 Reputation points
2021-03-05T20:54:50.667+00:00

I am reading this official link inside Microsoft Learn @ what-is-permissions-inheritance and the link mentioned the following sentence:-

When a user shares or stops sharing an item that contains other items with broken inheritance, a one-time push down of that permission addition or removal is sent to all child items, even those with broken inheritance

but based on my test if I have a list which has unique permissions and this list contain items with unique permissions also >> then if I chose that the list should inherit the permissions from its site rather than having unique permission >> then this action will not push down to the items.. where the items will still have unique permissions.. so is the above sentence wrong? or i am missing something?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,600 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Allen Xu_MSFT 13,776 Reputation points
    2021-03-08T09:47:34.143+00:00

    Hi @john john ,

    As said in the quoted sentence: when a user shares or stops sharing an item that contains other items with broken inheritance. This sentence may only apply to item level. I created a folder in a document library and uploaded a file into that folder. Then I stopped inheriting permissions of that file. An user who has permission to the folder but doesn't have permission to the file couldn't access to that file. Then I shared the folder with that user and found that the user can access to that file with unique permissions. Also, I tested your process in my end. Same result with you. So, I think this sentence may only apply to item level instead of list/library level.

    ----------

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.