| Name | Type | Description | Notes |
|---|---|---|---|
| policy | String | OPA Policy in REGO format | [optional] |
| allRoles | List<String> | User must match all roles | [optional] |
| anyRoles | List<String> | User must match any role | [optional] |
| excludedRoles | List<String> | User must NOT have these roles | [optional] |
| attributes | List<OpaPolicyAttribute> | [optional] | |
| input | OpaPolicyInput | [optional] |