| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Name of user attribute | [optional] |
| label | str | Human-friendly label for user attribute | [optional] |
| rank | int | Precedence for setting value on user (lowest wins) | [optional] |
| value | str | Value of attribute for user | [optional] |
| user_id | int | Id of User | [optional] |
| user_can_edit | bool | Can the user set this value | [optional] |
| value_is_hidden | bool | If true, the "value" field will be null, because the attribute settings block access to this value | [optional] |
| user_attribute_id | int | Id of User Attribute | [optional] |
| source | str | How user got this value for this attribute | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |