- Using Oracle Integration Generation 2 on Oracle Cloud Infrastructure US Government Cloud
- Set Up Users and Groups on Oracle Cloud Infrastructure US Government Cloud
- Configure Access to Create and Manage Instances
- Create an Oracle Cloud Infrastructure Policy
Create an Oracle Cloud Infrastructure Policy
Create a policy to grant permission to the users in a group to work with Oracle Integration instances within a specified tenancy or compartment.
- Open the navigation menu and click Identity & Security. Under Identity, click Policies.
- Click Create Policy.
- In the Create Policy window, enter a name (for example,
IntegrationGroupPolicy) and a description. - In the Policy Builder, select Show manual
editor and enter the required policy statements:
Syntax::
-
allow groupgroup_nametoverb resource-typein compartmentcompartment-nameallow groupgroup_nametoverb resource-typein tenancy
Example:
allow group oci-integration-admins to manage integration-instance in compartment OICCompartmentThis policy statement allows the
oci-integration-adminsgroup in theadmindomain tomanageinstanceintegration-instancein compartmentOICCompartment.You can create separate groups for different permissions, such as a group with
readpermission only.Want to learn more about policies? See How Policies Work and Policy Reference, or click Help in the window.
-
When defining policy statements, you can specify either verbs (as used in these steps) or permissions (typically used by power users).
-
The
readandmanageverbs are most applicable to Oracle Integration. Themanageverb has the most permissions (create,delete,edit,move, andview).Verb Access readIncludes permission to view Oracle Integration instances and their details.
manageIncludes all permissions for Oracle Integration instances.
-
- Click Create. The policy statements are validated and syntax errors are displayed.
