| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The user name. | [optional] |
| policy | String | The `Access Control List` json defining the role of the user. This represents the access control on the user level. | [optional] |
| state | StateEnum | New state ("deactivated" or "active") for the user. Only usable by admins for the user. | [optional] |
| roles | List<Integer> | List of roles to assign to the user. | [optional] |
| applicationNotificationSubscriptions | Object | [optional] | |
| isAdmin | Boolean | An indication of whether the user has admin permissions. | [optional] |
| Name | Value |
|---|---|
| DEACTIVATED | "deactivated" |
| ACTIVE | "active" |