Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.44 KB

UserAttribute.md

File metadata and controls

21 lines (17 loc) · 1.44 KB

UserAttribute

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
id string Unique Id [optional]
name string Name of user attribute
label string Human-friendly label for user attribute
type string Type of user attribute ("string", "number", "datetime", "yesno", "zipcode")
default_value string Default value for when no value is set on the user [optional]
is_system bool Attribute is a system default [optional]
is_permanent bool Attribute is permanent and cannot be deleted [optional]
value_is_hidden bool If true, users will not be able to view values of this attribute [optional]
user_can_view bool Non-admin users can see the values of their attributes and use them in filters [optional]
user_can_edit bool Users can change the value of this attribute for themselves [optional]
hidden_value_domain_whitelist string Destinations to which a hidden attribute may be sent. Once set, cannot be edited. [optional]

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