Create Policy
- Select the organization in the resource tree and view the page on the right. Click on the IAM tab in the right pane. Then, select the Policies sub-tab:

- Click the Create Policy button at the top:

- In the Details step, provide basic information:

- In the Statements step, define the policy statements. See the Statement Builder section below for details.

- Review the summary and click Finish to finalize:

Statement Builder
Use the statement builder to define individual policy statements. Each statement includes the following fields:
- Effect: Choose either
allowordenyto specify whether the statement grants or restricts access.denystatements take precedence overallowstatements. - Actions: Select one or more actions that the statement applies to. Use the dropdown to search and select actions.
- Resources: Specify the resources the statement applies to. You can use wildcards (
*) for broader scopes. - Conditions: (Optional) Add ABAC rules to further refine when the statement applies. See the ABAC Rules section for details.