turbot/steampipecloud
steampipe plugin install steampipecloud

Table: steampipecloud_user_email

The user email table allows users to manage their email.

The steampipecloud_user_email table returns a list of emails added by users to their profile.

Examples

Basic info

select
id,
email,
status,
created_at
from
steampipecloud_user_email;

Schema for steampipecloud_user_email

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
created_attimestamp with time zoneThe time when the user email was created.
emailtextThe email ID.
idtextThe unique identifier for the user email.
statustextThe current status of the email. Can be one of pending/verified
version_idbigintThe version ID of the user email.