Hey,
I use a list of document folders which works fine. Initially no user has access. If starting a flow on a specific document folder, I break its interitance using a HTTP request. Now I set unique permissions for a O365-Group, which works fine for that specific document folder. The problem is, that the files inside the document folder do not have these permissions. How do I tell the document folder to inherit its unique permissions to all subfiles? The subfiles are in pdf-format. Also, at the end of my flow how do I restore the initial inheritance on the document folder AND its subfiles, so that no one has access after the flow stopped?
(Also, what does "copySubscopes" mean in context of breakingInheritance in a HTTP request?)
Thanks in advance for your help!