Example – Restricted to roles
Access restrictions table
The following example uses a simple set of access restriction rules with 4 different roles:
# | HTTP Method | Path | Restricted to Roles |
|---|---|---|---|
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
The example requests are restricted as follows:
Sent request | Required role(s) | Applied rule(s) # |
|---|---|---|
|
| 1 |
|
| 1, 4 |
|
| 1 |
|
| 2 |
|
| 2, 3 |
|
| 2, 4 |
|
| 1, 4 |
