Create an IAM Policy
Create a policy to grant permissions to users in a domain 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 group
domain-name/group_name
to
verb resource-type
in compartment
compartment-name
-
allow group
domain-name/group_name
to
verb resource-type
in tenancy
Example:
allow group admin/oci-integration-admins to manage integration-instance in compartment OICCompartment
This policy statement allows the
oci-integration-admins
group in theadmin
domain tomanage
instanceintegration-instance
in compartmentOICCompartment
.Notes:
- If you omit the domain name, the default domain is assumed.
-
When defining policy statements, you can specify either verbs (as used in these steps) or permissions (typically used by power users).
- You can create separate groups for different permissions, such as a group with
read
permission only. -
The
read
andmanage
verbs are most applicable to Oracle Integration. Themanage
verb has the most permissions (create
,delete
,edit
,move
, andview
).Verb Access read
Includes permission to view Oracle Integration instances and their details.
manage
Includes all permissions for Oracle Integration instances.
To learn more about policies, see:
- How Policies Work and Policy Reference in the Oracle Cloud Infrastructure documentation
-
- Click Create. The policy statements are validated and syntax errors are displayed.