Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 4.53 KB

User.md

File metadata and controls

45 lines (41 loc) · 4.53 KB

User

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
avatar_url string URL for the avatar image (may be generic) [optional]
avatar_url_without_sizing string URL for the avatar image (may be generic), does not specify size [optional]
credentials_api3 \Swagger\Client\Model\CredentialsApi3[] API 3 credentials [optional]
credentials_email \Swagger\Client\Model\CredentialsEmail Email/Password login credentials [optional]
credentials_embed \Swagger\Client\Model\CredentialsEmbed[] Embed credentials [optional]
credentials_google \Swagger\Client\Model\CredentialsGoogle Google auth credentials [optional]
credentials_ldap \Swagger\Client\Model\CredentialsLDAP LDAP credentials [optional]
credentials_looker_openid \Swagger\Client\Model\CredentialsLookerOpenid LookerOpenID credentials. Used for login by Looker Analysts [optional]
credentials_oidc \Swagger\Client\Model\CredentialsOIDC OpenID Connect auth credentials [optional]
credentials_saml \Swagger\Client\Model\CredentialsSaml Saml auth credentials [optional]
credentials_totp \Swagger\Client\Model\CredentialsTotp Two-factor credentials [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]
embed_group_space_id string (DEPRECATED) (Embed only) ID of user's group space based on the external_group_id optionally specified during embed user login [optional]
first_name string First name [optional]
group_ids string[] Array of ids of the groups for this user [optional]
home_folder_id string ID string for user's home folder [optional]
id string Unique Id [optional]
is_disabled bool Account has been disabled [optional]
last_name string Last name [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]
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]
models_dir_validated bool User's dev workspace has been checked for presence of applicable production projects [optional]
personal_folder_id string ID of user's personal folder [optional]
presumed_looker_employee bool User is identified as an employee of Looker [optional]
role_ids string[] Array of ids of the roles for this user [optional]
sessions \Swagger\Client\Model\Session[] Active sessions [optional]
ui_state map[string,string] Per user dictionary of undocumented state information owned by the Looker UI. [optional]
verified_looker_employee bool User is identified as an employee of Looker who has been verified via Looker corporate authentication [optional]
roles_externally_managed bool User's roles are managed by an external directory like SAML or LDAP and can not be changed directly. [optional]
allow_direct_roles bool User can be directly assigned a role. [optional]
allow_normal_group_membership bool User can be a direct member of a normal Looker group. [optional]
allow_roles_from_normal_groups bool User can inherit roles from a normal Looker group. [optional]
embed_group_folder_id string (Embed only) ID of user's group folder based on the external_group_id optionally specified during embed user login [optional]
url string Link to get this item [optional]

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