Back to Knowledge Base
How to Create an IAM Policy
How to create an IAM Policy
Section titled “How to create an IAM Policy”- Go to Identity & Access → Policies
- Click + Add Policy
- Enter a Name (e.g.
Production Manager) and optionally a Description - Click + Add Statement
- Set the Effect —
ALLOWto grant access,DENYto block it - Click + Add Actions and select the operations to include
- Search by resource name (e.g.
Job,Device,Workflow) - Check the specific actions (read, create, update, delete)
- Search by resource name (e.g.
- Click Save Statement
- Add more Statements if needed
- Click Save Policy
Key rules
Section titled “Key rules”- DENY always beats ALLOW — if any Statement denies an action, it is blocked regardless of other policies
- Start narrow — it is easier to grant more permissions later than to revoke over-granted ones
- One policy per role — keeps things easy to assign and audit
Once the Policy is saved, attach it to a user:
How to Assign a Policy to a User