Name | Type | Description | Notes |
---|---|---|---|
avatarUrl | String | URL for the avatar image (may be generic) | [optional] |
credentialsApi3 | [CredentialsApi3] | API 3 credentials | [optional] |
credentialsEmail | CredentialsEmail | Email/Password login credentials | [optional] |
credentialsEmbed | [CredentialsEmbed] | Embed credentials | [optional] |
credentialsGoogle | CredentialsGoogle | Google auth credentials | [optional] |
credentialsLdap | CredentialsLDAP | LDAP credentials | [optional] |
credentialsLookerOpenid | CredentialsLookerOpenid | LookerOpenID credentials. Used for login by Looker Analysts | [optional] |
credentialsOidc | CredentialsOIDC | OpenID Connect auth credentials | [optional] |
credentialsSaml | CredentialsSaml | Saml auth credentials | [optional] |
credentialsTotp | CredentialsTotp | Two-factor credentials | [optional] |
displayName | String | Full name for display (available only if both first_name and last_name are set) | [optional] |
String | EMail address | [optional] | |
embedGroupSpaceId | Number | (Embed only) ID of user's group space based on the external_group_id optionally specified during embed user login | [optional] |
firstName | String | First name | [optional] |
groupIds | [Number] | Array of ids of the groups for this user | [optional] |
homeSpaceId | String | ID string for user's home space | [optional] |
id | Number | Unique Id | [optional] |
isDisabled | Boolean | Account has been disabled | [optional] |
lastName | 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] |
lookerVersions | [String] | Array of strings representing the Looker versions that this user has used (this only goes back as far as '3.54.0') | [optional] |
modelsDirValidated | Boolean | User's dev workspace has been checked for presence of applicable production projects | [optional] |
personalSpaceId | Number | ID of user's personal space | [optional] |
presumedLookerEmployee | Boolean | User is identified as an employee of Looker | [optional] |
roleIds | [Number] | Array of ids of the roles for this user | [optional] |
sessions | [Session] | Active sessions | [optional] |
uiState | {String: String} | Per user dictionary of undocumented state information owned by the Looker UI. | [optional] |
verifiedLookerEmployee | Boolean | User is identified as an employee of Looker who has been verified via Looker corporate authentication | [optional] |
url | String | Link to get this item | [optional] |
can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |