August 2026 release is live Read More

Step 2: Assign "Read Only" permissions to parent tenancy.

  1. Navigate to Policies > Create Policy

Create an OCI policy
Create an OCI policy
  1. Enter Policy Name > Description.

  2. Select the root compartment

  3. Enable the manual editor.

  4. Paste the below script and replace the Group name with the ones you copied in the previous steps.

define tenancy cu-report as ocid1.tenancy.oc1..aaaaaaaaned4fkpkisbwjlr56u7cj63lf3wffbilvqknstgtvzub7vhqkggq
Allow group 'Default'/'<Group-name>' to read all-resources in tenancy
endorse group 'Default'/'<Group-name>' to read objects in tenancy cu-report
  1. Click on Create button.

Review the created OCI policy
Review the created OCI policy