steampipecloud_audit_logsteampipecloud_connectionsteampipecloud_organizationsteampipecloud_organization_membersteampipecloud_organization_workspace_membersteampipecloud_processsteampipecloud_tokensteampipecloud_usersteampipecloud_user_emailsteampipecloud_user_preferencessteampipecloud_workspacesteampipecloud_workspace_aggregatorsteampipecloud_workspace_connectionsteampipecloud_workspace_db_logsteampipecloud_workspace_modsteampipecloud_workspace_mod_variablesteampipecloud_workspace_pipelinesteampipecloud_workspace_processsteampipecloud_workspace_snapshot
Table: steampipecloud_user
Users can manage connections, organizations, and workspaces.
The steampipecloud_user
table returns information about the user whose token is used for authentication.
Examples
Basic info
select id, display_name, status, handlefrom steampipecloud_user;
Schema for steampipecloud_user
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
avatar_url | text | The avatar URL of the user. | |
created_at | timestamp with time zone | The creation time of the user. | |
display_name | text | The display name for the user. | |
handle | text | The handle name of the user. | |
id | text | The unique identifier for the user. | |
preview_access_mode | text | The preview mode for the current user. | |
status | text | The user status. | |
updated_at | timestamp with time zone | The user's last updated time. | |
url | text | The URL of the user. | |
version_id | bigint | The version ID of the user. |