Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 1.25 KB

UserAttribute.md

File metadata and controls

executable file
·
18 lines (15 loc) · 1.25 KB

LookerApi31Reference.UserAttribute

Properties

Name Type Description Notes
id Number Unique Id [optional]
name String Name of user attribute [optional]
label String Human-friendly label for user attribute [optional]
type String Type of user attribute ("string", "number", "datetime", "yesno", "zipcode") [optional]
defaultValue String Default value for when no value is set on the user [optional]
isSystem Boolean Attribute is a system default [optional]
valueIsHidden Boolean If true, users will not be able to view values of this attribute [optional]
userCanView Boolean Non-admin users can see the values of their attributes and use them in filters [optional]
userCanEdit Boolean Users can change the value of this attribute for themselves [optional]
hiddenValueDomainWhitelist String Destinations to which a hidden attribute may be sent. Once set, cannot be edited. [optional]
can {String: Boolean} Operations the current user is able to perform on this object [optional]