> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/connect/connect-cloud-accounts/onboard-your-oci-account/update-oci-permissions.md).

# Update Permissions on an Onboarded OCI Account

After adding your OCI Cloud account to Prisma Cloud, you can update the permissions of an already onboarded OCI account to ingest new APIs or to ingest additional attributes in the OCI API from the **Actions** panel on the **Cloud Accounts** page.

1. Log in to the Prisma Cloud administrative console.
2. Select **Settings > Providers > Cloud Accounts**
3. Locate the OCI account you wish to manage.

   <figure><img src="/files/EvHO2NnjcxL6L3gzGnKP" alt="manage oci accounts page"><figcaption></figcaption></figure>
4. Select the **Edit** icon on the **Actions** pane. The **Edit Cloud Account** page will appear, allowing you to update the permissions of an onboarded OCI account.
5. In the edit flow, you can choose to [rotate your user’s keys](/content-collections/connect/connect-cloud-accounts/onboard-your-oci-account/rotate-access-keys.md) by checking the **Rotate Keys** checkbox (which is always unchecked by default) or leave it unchecked and download the updated Terraform template.

   <figure><img src="/files/u8lSp4EC6mFk8I4x0Z9R" alt="oci onboard edit userid"><figcaption></figcaption></figure>
6. Log in to your OCI tenant console.
7. Navigate to **Developer Services > Resource Manager > Stacks**.
8. Select the stack to Edit. For example, PrismaCloudApp.

   <figure><img src="/files/Y7jrj3VwN56sZMlvPTxX" alt="update oci onboarding stack edit"><figcaption></figcaption></figure>

   If you are unable to find the stack to Edit, you must delete the existing user, group, and policy from OCI console and perform the step 5 as outlined in [Create a User to Enable Access](/content-collections/connect/connect-cloud-accounts/onboard-your-oci-account/add-oci-tenant-to-prisma-cloud.md).
9. Select **Edit > Edit Stack**, upload the updated Terraform template and click **Next**.
10. The Configure variables have already been set. Click **Next**.
11. Select **Run apply** and **Save changes**.
12. From the current Job details, navigate to **Resources > Outputs**, copy user\_ocid, and add it to Prisma Cloud.

    This will update the policy with the newly added policy statements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/connect/connect-cloud-accounts/onboard-your-oci-account/update-oci-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
