Defines users/groups who can initiate the type of transaction to which the rule applies.
| Name | Type | Description | Notes |
|---|---|---|---|
| wildcard | WildcardEnum | If used then this property should appear as the only child property * "*" - All users are allowed | [optional] |
| users | List<String> | Set of users ids | [optional] |
| usersGroups | List<String> | Set of group ids | [optional] |
| services | List<String> | set of services to initiate transactions | [optional] |
| Name | Value |
|---|---|
| STAR | "*" |