Set the IAM Policy for Managing the Visual Builder Instance

To enable Visual Builder for an Oracle Integration instance, you need to create a policy that will allow the OIC administrator group to manage the Visual Builder instance.

You'll need to open Oracle Cloud Infrastructure Identity and Access Management (IAM) to create the policy. For details about how to create policies in IAM, see Differences Between Tenancies With and Without Identity Domains and About IAM Policies for Oracle Integration in Provisioning and Administering Oracle Integration 3.

To create the policy:

  1. Open the navigation menu and click Identity & Security. Under Identity, click Policies.
  2. Click Create Policy.
  3. In the Create Policy window, enter a name and description.
  4. In the Policy Builder, select Show manual editor and enter the required policy statements.

    Syntax:

    allow group <admin_group> to manage visualbuilder-instance in compartment  <compartmentId>

    Example: allow group domain_admins to manage visualbuilder-instance in compartment oic-dev-comp

    This policy statement allows the OIC admin group domain_admins to manage the Visual Builder instance visualbuilder-instance in compartment oic-dev-comp.

  5. Click Create.