I'm trying to implement fine-grained role-based access control in Oracle Analytics Cloud (OAC), specifically regarding shared folder permissions. My use case is:
- I have a shared folder where I'm assigning an application role.
- This application role will be granted to OCI IAM groups.
- Within OAC, I want to ensure that members of a given group assigned to the application role (who will have an 'Admin' privilege within that context) have permissions limited solely to managing access and permissions related to their own group.
- Essentially, they should be able to manage permissions within the shared folder, but they should be restricted from viewing or modifying roles and permissions associated with other groups.
Is there a way to configure OAC to achieve this level of granular control, preventing administrators of one group from affecting the permissions of other groups within the same shared folder?