Privilege required to run the 'Audit Setup' REST API?
Content
Oracle's REST API documentation for the Common Features (per this link) states that the ASE_REST_SERVICE_ACCESS_IDENTITY_INTEGRATION_PRIV entitlement is required to run these REST APIs. I can see that this is included in the 'IT Security Manager' Role by default and as expected, it allows me to run REST APIs to get or update information on Users, Profile Values, etc
However, when I try to run the 'Audit Setup' API, with just the 'IT Security Manager' Role in a test system, I receive an error message saying that my "Request is not authorized.". When I assign this test user a custom Role with just the UI functional privilege ('Manage Audit Policies'), I still get the same access error, so I know there must be a different privilege required to run this REST API. However, when I assign my test user the 'Application Implementation Consultant', I now have the ability to run the 'Audit Setup' API, so I know it's some privilege that's included in App Imp Consultant Role