Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.26 KB

UserAttributeWithValue.md

File metadata and controls

20 lines (16 loc) · 1.26 KB

UserAttributeWithValue

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
name string Name of user attribute [optional]
label string Human-friendly label for user attribute [optional]
rank int Precedence for setting value on user (lowest wins) [optional]
value string Value of attribute for user [optional]
user_id string 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 string Id of User Attribute [optional]
source string How user got this value for this attribute [optional]
hidden_value_domain_whitelist string If this user attribute is hidden, whitelist of destinations to which it may be sent. [optional]

[Back to Model list] [Back to API list] [Back to README]