# Access Review Source n8n operations

Manage access review sources. Select **Access Review Source** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value      | Description                                    | Source                                                                                                                                            |
| --------- | ---------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`   | Create an AWS workload-identity access source. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReviewSource/create.operation.ts)   |
| Get Many  | `getAll`   | Get many access review sources.                | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReviewSource/getAll.operation.ts)   |
| Setup AWS | `setupAws` | Get AWS access source setup values.            | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/accessReviewSource/setupAws.operation.ts) |
