turbot/steampipecloud
steampipe plugin install steampipecloud

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,
handle
from
steampipecloud_user;

Schema for steampipecloud_user

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
avatar_urltextThe avatar URL of the user.
created_attimestamp with time zoneThe creation time of the user.
display_nametextThe display name for the user.
handletextThe handle name of the user.
idtextThe unique identifier for the user.
preview_access_modetextThe preview mode for the current user.
statustextThe user status.
updated_attimestamp with time zoneThe user's last updated time.
urltextThe URL of the user.
version_idbigintThe version ID of the user.