Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (36 loc) · 3.77 KB

User.md

File metadata and controls

40 lines (36 loc) · 3.77 KB

User

Properties

Name Type Description Notes
id int Unique Id [optional]
first_name string First name [optional]
last_name string Last name [optional]
display_name string Full name for display (available only if both first_name and last_name are set) [optional]
email string EMail address [optional]
is_disabled bool Account has been disabled [optional]
avatar_url string URL for the avatar image (may be generic) [optional]
home_space_id string ID string for user's home space [optional]
personal_space_id int ID of user's personal space [optional]
embed_group_space_id int (Embed only) ID of user's group space based on the external_group_id optionally specified during embed user login [optional]
access_filters \Looker\Model\AccessFilter[] Model access filters. [optional]
credentials_email \Looker\Model\CredentialsEmail Email/Password login credentials [optional]
credentials_totp \Looker\Model\CredentialsTotp Two-factor credentials [optional]
credentials_ldap \Looker\Model\CredentialsLDAP LDAP credentials [optional]
credentials_google \Looker\Model\CredentialsGoogle Google auth credentials [optional]
credentials_saml \Looker\Model\CredentialsSaml Saml auth credentials [optional]
credentials_oidc \Looker\Model\CredentialsOIDC OpenID Connect auth credentials [optional]
credentials_api \Looker\Model\CredentialsApi API user credentials. NO LONGER SUPPORTED. [optional]
credentials_api3 \Looker\Model\CredentialsApi3[] API 3 credentials [optional]
credentials_embed \Looker\Model\CredentialsEmbed[] Embed credentials [optional]
credentials_looker_openid \Looker\Model\CredentialsLookerOpenid LookerOpenID credentials. Used for login by Looker Analysts [optional]
sessions \Looker\Model\Session[] Active sessions [optional]
role_ids int[] Array of ids of the roles for this user [optional]
group_ids int[] Array of ids of the groups for this user [optional]
presumed_looker_employee bool User is identified as an employee of Looker [optional]
verified_looker_employee bool User is identified as an employee of Looker who has been verified via Looker corporate authentication [optional]
looker_versions string[] Array of strings representing the Looker versions that this user has used (this only goes back as far as '3.54.0') [optional]
ui_state map[string,string] Per user dictionary of undocumented state information owned by the Looker UI. [optional]
locale string User's preferred locale. User locale takes precedence over Looker's system-wide default locale. Locale determines language of display strings and date and numeric formatting in API responses. Locale string must be a 2 letter language code or a combination of language code and region code: 'en' or 'en-US', for example. [optional]
url string Link to get this item [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

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